A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowAutoFilterRowItem { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowAutoFilterRowItem As Boolean
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 |
|
BandedGridView |
|
GridView |
|
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
Feedback