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