Skip to main content

GridColumn.OptionsFilter Property

Provides access to the filter options for the current column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
OptionsColumnFilter

An OptionsColumnFilter object specifying a set of filter options for the current column.

Remarks

Use the OptionsFilter property to access filter options for the current column. It’s possible to prevent an end-user from applying a filter to the column, disable the capability to apply a filter via the auto filter row, etc.

Use the ColumnView.OptionsFilter property to control filter specific options for all the columns.

See Also