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

GridColumnDateRangeCalendarSettings.ShowHeader Property

Specifies whether the header filter calendar header is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the header is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowHeader
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
CardViewDataColumnHeaderFilterSettings
GridViewDataColumnHeaderFilterSettings
VerticalGridDataRowHeaderFilterSettings
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
BootstrapGridViewDataColumnHeaderFilterSettings
See Also