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