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

GridFilterControlPopupSettings.ShowHeader Property

Gets or sets a value that specifies whether or not to display the filter control‘s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowHeader { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the header; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowHeader
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl.ShowHeader
BootstrapGridViewPopupControlSettings
.FilterControl.ShowHeader
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.FilterControl.ShowHeader
ASPxGridViewPopupControlSettings
.FilterControl.ShowHeader
TreeListPopupControlSettings
.FilterControl.ShowHeader
ASPxVerticalGridPopupControlSettings
.FilterControl.ShowHeader
MVCxGridViewPopupControlSettings
.FilterControl.ShowHeader
MVCxTreeListPopupControlSettings
.FilterControl.ShowHeader
See Also