Version

DataTreeNodeProps Enumeration

Enumeration for the properties for the DataTreeNode
Syntax
'Declaration
 
Public Enum DataTreeNodeProps 
   Inherits System.Enum
public enum DataTreeNodeProps : System.Enum 
Members
MemberDescription
ActiveCssClassRepresents the DataTreeNode.ActiveCssClass property.
CheckStateRepresents the DataTreeNode.CheckState property.
ClickedRepresents the DataTreeNode.Clicked property.
CountThe total number of properties that should be sent down to the client for DataTreeNode
CssClassRepresents the DataTreeNode.CssClass property.
DisabledCssClassRepresents the DataTreeNode.DisabledCssClass property.
EditableRepresents the DataTreeNode.Editable property.
ExpandedRepresents the DataTreeNode.Expanded property.
HoverCssClassRepresents the DataTreeNode.HoverCssClass property.
NodeEditedRepresents the DataTreeNode.NodeEdited property.
SelectedRepresents the DataTreeNode.Selected property.
SelectedCssClassRepresents the DataTreeNode.SelectedCssClass property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also