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

AppointmentStatusDataStorage.Count Property

Returns the number of Statuses stored within this AppointmentStatusDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

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

Property Value

Type Description
Int32

An Int32 value that is the number of Statuses stored within this AppointmentStatusDataStorage.

See Also