Skip to main content

AppointmentLabelDataStorage.Count Property

Returns the total number of Labels stored in this AppointmentLabelDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public int Count { get; }

Property Value

Type Description
Int32

An Int32 value that is the Label count.

See Also