Back to Devexpress

BootstrapAppointmentStorage.Statuses Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapappointmentstorage-db0cf17d.md

latest1.4 KB
Original Source

BootstrapAppointmentStorage.Statuses Property

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
public BootstrapAppointmentStatusCollection Statuses { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, True)>
Public ReadOnly Property Statuses As BootstrapAppointmentStatusCollection

Property Value

Type
BootstrapAppointmentStatusCollection

See Also

BootstrapAppointmentStorage Class

BootstrapAppointmentStorage Members

DevExpress.Web.Bootstrap Namespace