TreeListOptionsSelection Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Initializes a new instance of the Tree |
#Properties
Name | Description |
---|---|
Enable |
Gets or sets whether the appearance settings for the focused cell are enabled. |
Enable |
Gets or sets whether the appearance settings for the focused node are enabled. |
Enable |
Gets or sets whether the appearance settings for the hovered (hot-tracked) node are enabled. Default is equivalent to False. |
Invert |
Gets or sets whether the focused style is applied to the focused cell only or to all the cells except for the focused one. |
Keep |
Gets or sets whether row selection persists when a user clicks on a selected row’s cell. |
Multi |
Gets or sets whether multiple nodes can be selected. |
Multi |
Gets or sets whether multiple selection is made by node or by cell. |
Select |
Gets or sets whether nodes are focused when right-clicked. |
Use |
Gets or sets whether nodes can be selected via the node indicator when the Tree List is in multiple selection mode. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the options object passed as the parameter. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
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. |
Get |
Serves as the default hash function. Inherited from Object. |
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. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also