GridView.OptionsFilter Property
Provides filtering options for this GridView.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsFilter OptionsFilter { get; }
Property Value
Type | Description |
---|---|
GridOptionsFilter | A GridOptionsFilter object that provides access to filtering properties of the current GridView. |
See Also