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

GridColumnDateRangeCalendarSettings.HighlightToday Property

Specifies if a day that corresponds to today’s date is highlighted in the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the day is highlighted; otherwise, false.

Property Paths

You can access this nested property as listed below:

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