menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MetaTreeNodeCheckedType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MetaTreeNodeCheckedType

    Specifies constants that specify the checked status of meta tree node.

    Inheritance
    System.Object
    MetaTreeNodeCheckedType
    Namespace: Syncfusion.Olap.UWP.Data
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public sealed class MetaTreeNodeCheckedType : Enum

    Fields

    CurrentChecked

    Only Current node is selected and none of the child nodes are selected.

    Declaration
    public const MetaTreeNodeCheckedType CurrentChecked
    Field Value
    Type
    MetaTreeNodeCheckedType

    NoneSelected

    Current node and none of the child nodes are not selected.

    Declaration
    public const MetaTreeNodeCheckedType NoneSelected
    Field Value
    Type
    MetaTreeNodeCheckedType

    SomeChildChecked

    Some of the child nodes are selected.

    Declaration
    public const MetaTreeNodeCheckedType SomeChildChecked
    Field Value
    Type
    MetaTreeNodeCheckedType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved