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

SingleWeekCellBase.Selected Property

Gets or sets whether the time cell is selected.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override bool Selected { get; set; }

Property Value

Type Description
Boolean

true if the time cell is selected; otherwise, false.

See Also