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 |