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

SingleWeekCellBase.Date Property

Gets the date assigned to the cell.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v21.2.dll

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

Declaration

public DateTime Date { get; set; }

Property Value

Type Description
DateTime

A DateTime value that is the date represented by a time cell.

See Also