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

GridOptionsMenu.ShowAutoFilterRowItem Property

Gets whether the “Show Auto Filter Row” check item is displayed within the Column Header Context Menu.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowAutoFilterRowItem { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the “Show Auto Filter Row” check item is available within a column header’s menu; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowAutoFilterRowItem
AdvBandedGridView
.OptionsMenu.ShowAutoFilterRowItem
BandedGridView
.OptionsMenu.ShowAutoFilterRowItem
GridView
.OptionsMenu.ShowAutoFilterRowItem

Remarks

Checking/unchecking the “Show Auto Filter Row” menu item displays/hides the Auto Filter Row.

To display/hide the auto filter row in code, use the GridOptionsView.ShowAutoFilterRow option.

See Also