Back to Devexpress

BootstrapAppointmentStorage.Labels Property

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

latest1.4 KB
Original Source

BootstrapAppointmentStorage.Labels 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 BootstrapAppointmentLabelCollection Labels { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, True)>
Public ReadOnly Property Labels As BootstrapAppointmentLabelCollection

Property Value

Type
BootstrapAppointmentLabelCollection

See Also

BootstrapAppointmentStorage Class

BootstrapAppointmentStorage Members

DevExpress.Web.Bootstrap Namespace