Back to Devexpress

FilterControlEventArgs.IFilterControl Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-filtercontroleventargs-4ba69f56.md

latest1.6 KB
Original Source

FilterControlEventArgs.IFilterControl Property

Gets the Filter Control that displays filter criteria.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public IFilterControl IFilterControl { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IFilterControl As IFilterControl

Property Value

TypeDescription
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

FilterControlEventArgs Class

FilterControlEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace