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

ASPxSchedulerOptionsBehavior.HighlightSelectionHeaders Property

Gets or sets a value specifying whether the headers of the selected cells should be highlighted.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

[DefaultValue(false)]
public bool HighlightSelectionHeaders { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to highlight the headers; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HighlightSelectionHeaders
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsBehavior.HighlightSelectionHeaders
MVCxScheduler
.OptionsBehavior.HighlightSelectionHeaders
SchedulerSettings
.OptionsBehavior.HighlightSelectionHeaders
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsBehavior.HighlightSelectionHeaders

Remarks

Online demo: ASPxScheduler - Full Week View

See Also