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

CalendarControlBase.HighlightTodayCell Property

Gets or sets whether Today’s date is highlighted.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public virtual DefaultBoolean HighlightTodayCell { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A value that specifies if Today’s date is highlighted

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

When the HighlightTodayCell property is set to Default or True, Today’s date is automatically highlighted in the calendar. Set this property to False to prevent this from happening.

See Also