Skip to main content

AppointmentFormTemplateContainer.StatusDataSource Property

Gets the data source used to provide a list of appointment statuses

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public IEnumerable StatusDataSource { get; }

Property Value

Type Description
IEnumerable

A list, implementing the IEnumerable interface, containing the status objects.

See Also