BaseFilterControlEventArgs.FilterEditor Property
In This Article
Gets the FilterControl (in Visual view mode) or embedded FilterControl (in VisualText, TextVisual and Text view modes).
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public FilterControl FilterEditor { get; }
#Property Value
Type | Description |
---|---|
Filter |
The Filter |
#Remarks
See the BaseFilterControlEventArgs.IFilterEditor topic for more information.
See Also