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.v22.1.dll
NuGet Package: DevExpress.Win.Grid
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 |
|
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