Skip to main content
Tab

GridColumnDateRangeCalendarSettings.HighlightWeekends Property

Specifies whether weekend days are highlighted in the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, if weekend days are highlighted; otherwise, false.

See Also