Skip to main content

GotoDateFormTemplateContainer.Date Property

Gets a date to be set in the form’s date editor.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public DateTime Date { get; }

Property Value

Type Description
DateTime

A DateTime object, representing the date to display in the GotoDate form.

Remarks

Currently this date corresponds to the start of the interval, selected in the ASPxScheduler.

See Also