Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridColumn.OptionsFilter Property

Provides access to the filter options for the current column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.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