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

CalendarControlBase.HighlightSelection Property

Gets or sets whether the selection is highlighted.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool HighlightSelection { get; set; }

Property Value

Type Default Description
Boolean true

true if the selection is highlighted; otherwise, false.

See Also