Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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
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