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

FilterControlEventArgs.FilterBuilder Property

Gets the form that displays the Filter Control.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public FilterBuilder FilterBuilder { get; }

Property Value

Type Description
DevExpress.XtraGrid.FilterEditor.FilterBuilder

A FilterBuilder object that represents the form displaying the Filter Control.

Remarks

You can use the FilterBuilder property to access settings of the form that displays the Filter Control. To access the Filter Control, see the FilterControlEventArgs.FilterControl property.

See Also