Skip to main content
Tab

GridColumnDateRangeCalendarSettings.ShowHeader Property

Specifies whether the header filter calendar header is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also