GridColumn.OptionsFilter Property
In This Article
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 |
---|---|
Options |
An Options |
#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