Skip to main content

SingleWeekCellBase.Selected Property

Gets or sets whether the time cell is selected.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.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