Skip to main content
Tab

FilterControlCriteriaValueEditorCreateEventArgs(FilterControlColumn, EditPropertiesBase, Object) Constructor

Initializes a new instance of the FilterControlCriteriaValueEditorCreateEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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