FilterControlCriteriaValueEditorCreateEventArgs Properties
Provides data for the ASPxFilterControlBase.CriteriaValueEditorCreate, ASPxGridBase.FilterControlCriteriaValueEditorCreate, and ASPxGridBase.FilterControlCriteriaValueEditorCreate events.
Name | Description |
---|---|
Column | Gets the column whose editor is being created. |
Editor |
Gets or sets the processed editor properties. |
Value | Gets or sets the processed editor value. |
See Also