DxTreeView Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether or not nodes can be selected. |
Animation |
Specifies the animation type. |
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
Check |
Specifies the label of the Check All box. |
Check |
Specifies whether the Check All box is visible. |
Check |
Specifies the check mode. |
Check |
Specifies whether users can click nodes to check and uncheck them. |
Child |
Inherited from Dx |
Children |
Obsolete. Specifies an expression that returns a node’s children. |
Collapse |
Specify a CSS class for the collapse button’s icon. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
Custom |
Allows you to implement custom filter logic. |
Data | Specifies a data source. |
Data |
Specifies data mappings. |
Enabled |
Specifies whether the navigation component is enabled.
Inherited from Dx |
Expand |
Specify a CSS class for the expand button’s icon. |
Filter |
Specifies the minimum number of characters a user must type in the search box to apply the filter. |
Filter |
Specifies how the component displays filtered nodes. |
Filter |
Specifies the filter panel’s prompt text. |
Filter |
Specifies the filter criteria used to filter the component’s nodes. |
Has |
Obsolete. A lambda expression that specifies whether the data item has child items. |
Icon |
Obsolete. Specifies an expression that returns the name of a CSS class applied to a node’s icon. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Load |
Specifies whether Tree |
Name |
Obsolete. Specifies an expression that returns a node’s name. |
Navigate |
Obsolete. Specifies an expression that returns a node’s target URL. |
Node |
Specifies user actions that expand or collapse a node. |
Nodes | Provides access to the component node collection. |
Node |
Specifies the common template used to display all nodes. |
Node |
Specifies the common template for the text in the Tree |
Show |
Specifies whether expand buttons are visible. |
Show |
Specifies whether the Tree |
Size |
Specifies the size of the component’s inner elements. Affects the component’s size as well. |
Target | Specifies the target attribute’s value for all nodes. |
Text |
Obsolete. Specifies an expression that returns a node’s text. |
Text |
Specifies whether word wrap is enabled. |
Url |
Specifies whether the Tree |
Visible |
Specifies the navigation component’s visibility.
Inherited from Dx |
#Methods
Name | Description |
---|---|
Check |
Checks all nodes in the Tree |
Clear |
Unchecks all nodes. |
Clear |
Clears node selection. |
Collapse |
Collapses all nodes in the Dx |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand |
Expands all nodes in the Dx |
Expand |
Expands the nodes down to the specified node. |
Get |
Returns a collection of currently checked nodes. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns whether the specified node is expanded. |
Get |
Returns information about the specified node. |
Get |
Returns information about the specified nodes. |
Get |
Returns information about the selected node. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Selects the specified node. |
Set |
Checks or unchecks the specified node. |
Set |
Expands or collapses the specified node. |
Set |
Checks or unchecks the specified nodes. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
After |
Fires after a node has been collapsed. |
After |
Fires after a node has been expanded. |
Before |
Fires when a node is about to be collapsed and allows you to cancel the action. |
Before |
Fires when a node is about to be expanded and allows you to cancel the action. |
Checked |
Fires when a node’s checked state changes. |
Filter |
Fires when a component’s filter string changes. |
Node |
Fires when a user clicks a Tree |
Selection |
Fires after node selection has been changed. |