ASPxTreeListEditorCreateEventArgs Properties
Provides data for the ASPxTreeList.AutoFilterCellEditorCreate event.| Name | Description |
|---|---|
| Column | Gets the data column to which the processed filter row cell corresponds. |
| EditorProperties | Gets or sets the filter cell’s editor. Inherited from ASPxGridEditorCreateEventArgs. |
| Value | Gets or sets the filter cell’s value. Inherited from ASPxGridEditorCreateEventArgs. |
See Also