ASPxTreeListEditorEventArgs Properties
Provides data for the ASPxTreeList.AutoFilterCellEditorInitialize event.| Name | Description |
|---|---|
| Column | Gets the data column whose cell editor is being initialized. |
| Editor | Gets the editor currently being processed. Inherited from ASPxGridEditorEventArgs. |
| KeyValue | Gets the node key value - an object that uniquely identifies the node. |
| Value | Gets the editor’s value. Inherited from ASPxGridEditorEventArgs. |
See Also