TreeListColumnEditorEventArgs Properties
Provides data for the ASPxTreeList.CellEditorInitialize event.Name | Description |
---|---|
Column | Gets the data column whose cell editor is being initialized. |
Editor | Gets the editor currently being processed. |
NodeKey | Gets the key value that uniquely identifies the node whose values are being initialized. |
Value | Gets the editor’s value. |
See Also