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.v18.2.dll

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 Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.HighlightToday
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.HighlightToday
ASP.NET Web Forms Controls TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings.HighlightToday
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.HighlightToday
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.HighlightToday
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings.HighlightToday
See Also