windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-878d32a8.md
Provides access to the filter options for the current column.
Namespace : DevExpress.XtraGrid.Columns
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public OptionsColumnFilter OptionsFilter { get; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsFilter As OptionsColumnFilter
| Type | Description |
|---|---|
| OptionsColumnFilter |
An OptionsColumnFilter object specifying a set of filter options for the current column.
|
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