Back to Devexpress

GridOptionsMenu.ShowAutoFilterRowItem Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsmenu-4c2df3b0.md

latest2.4 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowAutoFilterRowItem { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowAutoFilterRowItem As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ShowAutoFilterRow

GridOptionsMenu Class

GridOptionsMenu Members

DevExpress.XtraGrid.Views.Grid Namespace