Skip to main content

FilterControlEventArgs.IFilterControl Property

Gets the Filter Control that displays filter criteria.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public IFilterControl IFilterControl { get; }

Property Value

Type Description
DevExpress.XtraEditors.IFilterControl

An IFilterControl object.

Remarks

In the current version, the IFilterControl property returns the same object as the FilterControlEventArgs.FilterControl property. This is subject to future change.

See Also