TreeListOptionsNavigation Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Initializes a new instance of the Tree |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether to allow a user to expand/collapse Tree |
Auto |
Gets or sets whether a newly added node is automatically focused. |
Auto |
Gets or sets whether Left and Right arrow keys move focus to the next/previous node when the current node’s last/first cell is focused. |
Enter |
Gets or sets whether the ENTER key can be used to move focus between cells. |
Move |
Gets or sets whether end-users can navigate through cells using Arrow keys while editing cells. |
Use |
Gets or sets whether focus always moves horizontally to the sibling cell or with respect to how columns are arranged in bands. |
Use |
Gets or sets whether focus always moves vertically to the sibling cell or with respect to how columns are arranged in bands. |
Use |
Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. |
#Methods
Name | Description |
---|---|
Assign |
Copies settings of the specified object to the current object. |
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