GridListEditor.FilterEditorCreated Event
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Event Data
The FilterEditorCreated event's data class is BaseFilterControlEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Context | Provides access to the ExpressionEditorContext object, which allows you to customize the FilterEditorControl‘s “Text” tab. |
FilterEditor | Gets the FilterControl (in Visual view mode) or embedded FilterControl (in VisualText, TextVisual and Text view modes). |
FilterEditorForm | |
IFilterEditor | Provides access to the currently used Filter Control (FilterControl or FilterEditorControl) via an interface. |
ShowFilterEditor | Gets or sets whether to display the Filter Editor (the form that embeds the Filter Editor). |
See Also