FilterControlEventArgs.FilterBuilder Property
Gets the form that displays the Filter Control.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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