AppointmentStatusDataStorage.Count Property
Returns the number of Statuses stored within this AppointmentStatusDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Browsable(false)]
public int Count { get; }
<Browsable(False)>
Public ReadOnly Property Count As Integer
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the number of Statuses stored within this AppointmentStatusDataStorage. |
Implements
DevExpress.XtraScheduler.IPersistentObjectStorage<DevExpress.XtraScheduler.AppointmentStatus>.Count
See Also
Feedback