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

GridView.OptionsFilter Property

Provides filtering options for this GridView.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsFilter OptionsFilter { get; }

Property Value

Type Description
GridOptionsFilter

A GridOptionsFilter object that provides access to filtering properties of the current GridView.

See Also