UWP

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MetaTreeNodeCheckedType

    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 Description
    MetaTreeNodeCheckedType

    NoneSelected

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

    Declaration
    public const MetaTreeNodeCheckedType NoneSelected
    Field Value
    Type Description
    MetaTreeNodeCheckedType

    SomeChildChecked

    Some of the child nodes are selected.

    Declaration
    public const MetaTreeNodeCheckedType SomeChildChecked
    Field Value
    Type Description
    MetaTreeNodeCheckedType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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