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

GridColumn.OptionsFilter Property

Provides access to the filter options for the current column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the OptionsFilter property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also