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

AppointmentLabelDataStorage.Count Property

Returns the total number of Labels stored in this AppointmentLabelDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

An Int32 value that is the Label count.

See Also