TreeListCommandColumnButtonEventArgs Properties
Provides data for the ASPxTreeList.CommandColumnButtonInitialize event.| Name | Description |
|---|---|
| ButtonType | Gets the type of the command button currently being initialized. |
| CommandColumn | Gets a command column which owns the processed command button. |
| CustomButtonIndex | Gets the processed command button’s index. |
| Enabled | Gets or sets whether the processed command button is enabled. |
| NodeKey | Gets the key of a node which contains the processed command button. |
| Visible | Gets or sets whether the command button is visible. |
See Also