Version

WebDataTreeProps Enumeration

An enumeration of all the properties that the WebDataTree will send to the client. This should only be used when a control dervies from the WebDataTree and needs to send down additional properties.
Syntax
'Declaration
 
Public Enum WebDataTreeProps 
   Inherits System.Enum
public enum WebDataTreeProps : System.Enum 
Members
MemberDescription
ActiveNodeAddressRepresents the address of the active node in the WebDataTree.
AnimationDurationRepresents the WebDataTree.AnimationDuration property.
AnimationEquationTypeRepresents the WebDataTree.AnimationEquationType property.
CollapsedIndicatorImageUrlRepresents the WebDataTree.CollapsedIndicatorImageUrl property.
ControlFocusedRepresents the WebDataTree.ControlFocused property.
CountThe total number of properties that should be sent down to the client for this control.

This value corresponds with the PropCount property of the object.

DataLoadingMessageRepresents the WebDataTree.DataLoadingMessage property.
DataLoadingMessageCssClassRepresents the WebDataTree.DataLoadingMessageCssClass property.
DragDropModeRepresents the DragDropSettings.DragDropMode property.
EnableAjaxRepresents the WebDataTree.EnableAjax property.
EnableAutoCheckingRepresents the WebDataTree.EnableAutoChecking property.
EnableClientRenderingRepresents the WebDataTree.EnableClientRendering property.
EnableConnectorLinesRepresents the WebDataTree.EnableConnectorLines property.
EnabledRepresents the WebDataTree.Enabled property.
EnableDropInsertionRepresents the DragDropSettings.EnableDropInsertion property.
EnableExpandImagesRepresents the WebDataTree.EnableExpandImages property.
EnableExpandOnClickRepresents the WebDataTree.EnableExpandOnClick property.
EnableHotTrackingRepresents the WebDataTree.EnableHotTracking property.
EnableSingleBranchExpandRepresents the WebDataTree.EnableSingleBranchExpand property.
EnableWordWrappingRepresents the WebDataTree.EnableWordWrapping property.
ExpandedIndicatorImageUrlRepresents the WebDataTree.ExpandedIndicatorImageUrl property.
IsClientStateDirtyRepresents the WebDataTree.IsClientStateDirty property.
NodeDataMessageRepresents the WebDataTree.NodeDataMessage property.
NodeSelectionTypeRepresents the WebDataTree.SelectionType property.
SingleBranchExpandLevelRepresents the WebDataTree.SingleBranchExpandLevel 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