Enum MetaTreeNodeCheckedType
Specifies constants that specify the checked status of meta tree node.
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum MetaTreeNodeCheckedType
Fields
Name | Description |
---|---|
CurrentChecked | Only Current node is selected and none of the child nodes are selected. |
NoneSelected | Current node and none of the child nodes are not selected. |
SomeChildChecked | Some of the child nodes are selected. |