ASPxGridViewEditorCreateEventArgs Properties
Provides data for the ASPxGridView.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. |
KeyValue | Gets the row key value - an object that uniquely identifies the row. |
Value | Gets or sets the filter cell’s value. Inherited from ASPxGridEditorCreateEventArgs. |
VisibleIndex | Gets the row’s visible index. |
See Also