Back to Devexpress

CalendarControlBase.HighlightSelection Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-3c0fd03b.md

latest2.5 KB
Original Source

CalendarControlBase.HighlightSelection Property

Gets or sets whether the selection is highlighted.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool HighlightSelection { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property HighlightSelection As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the selection is highlighted; otherwise, false.

|

See Also

AddSelection

HighlightSelection

SelectedRanges

SelectionBehavior

SelectionChanged

SelectionEnd

SelectionMode

SelectionStart

SetSelection

SyncSelectionWithEditValue

UpdateSelectionWhenNavigating

ShowClearButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace