FilterControlCriteriaValueEditorCreateEventArgs(FilterControlColumn, EditPropertiesBase, Object) Constructor
Initializes a new instance of the FilterControlCriteriaValueEditorCreateEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public FilterControlCriteriaValueEditorCreateEventArgs(
FilterControlColumn column,
EditPropertiesBase editorProperties,
object value
)
Parameters
| Name | Type | Description |
|---|---|---|
| column | FilterControlColumn | A FilterControlColumn object that is the column whose editor is being created |
| editorProperties | EditPropertiesBase | An ASPxEditBase class descendant object that is the processed editor. |
| value | Object | A Object containing the processed editor value. |
See Also