Skip to main content
A newer version of this page is available. .

FilterControlEventArgs.IFilterControl Property

Gets the Filter Control that displays filter criteria.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

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