Back to Devexpress

ASPxFilterControlBase.CriteriaValueEditorInitialize Event

aspnet-devexpress-dot-web-dot-aspxfiltercontrolbase-19c17bde.md

latest2.6 KB
Original Source

ASPxFilterControlBase.CriteriaValueEditorInitialize Event

Enables the editors displayed within the criteria value to be initialized.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FilterControlCriteriaValueEditorInitializeEventHandler CriteriaValueEditorInitialize
vb
Public Event CriteriaValueEditorInitialize As FilterControlCriteriaValueEditorInitializeEventHandler

Event Data

The CriteriaValueEditorInitialize event's data class is FilterControlCriteriaValueEditorInitializeEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColumnGets the column whose editor is being initialized.
EditorGets the processed editor.
ValueGets the processed editor value.

Remarks

The CriteriaValueEditorInitialize event enables you to customize criteria value editor properties.

The event parameter’s FilterControlCriteriaValueEditorInitializeEventArgs.Column property identifies the column whose editor is being initialized. The processed editor is returned by the FilterControlCriteriaValueEditorInitializeEventArgs.Editor property. Its value is returned by the FilterControlCriteriaValueEditorInitializeEventArgs.Value property.

See Also

ASPxFilterControlBase Class

ASPxFilterControlBase Members

DevExpress.Web Namespace