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

AppointmentFormTemplateContainer.LabelDataSource Property

Gets the data source used to provide a list of appointment labels.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v22.1.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public IEnumerable LabelDataSource { get; }

Property Value

Type Description
IEnumerable

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

See Also