Version

DataTreeNodeEditingProps Enumeration

Enumeration for the properties for the DataTreeNodeEditingProps
Syntax
'Declaration
 
Public Enum DataTreeNodeEditingProps 
   Inherits System.Enum
public enum DataTreeNodeEditingProps : System.Enum 
Members
MemberDescription
CountThe total number of properties that should be sent down to the client for DataTreeNodeEditing

This value corresponds with the PropCount property of the object.

EnabledRepresents the DataTreeNodeEditing.Enabled property.
EnableOnDoubleClickRepresents the DataTreeNodeEditing.EnableOnDoubleClick property.
EnableOnF2Represents the DataTreeNodeEditing.EnableOnF2 property.
EnableOnSingleClickWhenActiveRepresents the DataTreeNodeEditing.EnableOnSingleClickWhenActive property.
InternalEditorCssClassRepresents the DataTreeNodeEditing.InternalEditorCssClass 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