Version

DataTreeNodeSettingsProps Enumeration

Enumeration for the properties for the DataTreeNodeSettings
Syntax
'Declaration
 
Public Enum DataTreeNodeSettingsProps 
   Inherits System.Enum
public enum DataTreeNodeSettingsProps : System.Enum 
Members
MemberDescription
ActiveCssClassRepresents the DataTreeNodeSettings.ActiveCssClass property.
AnchorCssClassRepresents the DataTreeNodeSettings.AnchorCssClass property.
CountThe total number of properties that should be sent down to the client for DataTreeNodeSettings.

This value corresponds with the PropCount property of the object.

CssClassRepresents the DataTreeNodeSettings.CssClass property.
DisabledCssClassRepresents the DataTreeNodeSettings.DisabledCssClass property.
GroupCssClassRepresents the DataTreeNodeSettings.GroupCssClass property.
HolderCssClassRepresents the DataTreeNodeSettings.HolderCssClass property.
HoverCssClassRepresents the DataTreeNodeSettings.HoverCssClass property.
ImageCssClassRepresents the DataTreeNodeSettings.ImageCssClass property.
ImageToolTipRepresents the DataTreeNodeSettings.ImageToolTip property.
ImageUrlRepresents the DataTreeNodeSettings.ImageUrl property.
LeafNodeImageToolTipRepresents the DataTreeNodeSettings.LeafNodeImageToolTip property.
LeafNodeImageUrlRepresents the DataTreeNodeSettings.LeafNodeImageUrl property.
NavigateUrlRepresents the DataTreeNodeSettings.NavigateUrl property.
NodeParentCssClassRepresents the DataTreeNodeSettings.NodeParentCssClass property.
ParentNodeImageToolTipRepresents the DataTreeNodeSettings.ParentNodeImageToolTip property.
ParentNodeImageUrlRepresents the DataTreeNodeSettings.ParentNodeImageUrl property.
SelectedCssClassRepresents the DataTreeNodeSettings.SelectedCssClass property.
SelectedImageUrlRepresents the DataTreeNodeSettings.SelectedImageUrl property.
SelectedLeafNodeImageUrlRepresents the DataTreeNodeSettings.SelectedLeafNodeImageUrl property.
SelectedParentNodeImageUrlRepresents the DataTreeNodeSettings.SelectedParentNodeImageUrl property.
TargetRepresents the DataTreeNodeSettings.Target 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