windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-fc0a9770.md
Gets or sets how the cell that displays today date should be painted upon selection. You may choose between the ‘Today cell’ and ‘selected cell’ highlight styles.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool HighlightTodayCellWhenSelected { get; set; }
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property HighlightTodayCellWhenSelected As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true , to apply the ‘today cell’ appearance; otherwise, false.
|
Depending on the HighlightTodayCellWhenSelected property value, you can get one of the following behaviors.
See Also