Back to Devexpress

AppointmentLabelEdit.Properties Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentlabeledit-0eb73d2f.md

latest1.4 KB
Original Source

AppointmentLabelEdit.Properties Property

Gets an object that contains settings specific to the appointment label editor.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DXCategory("Properties")]
public RepositoryItemAppointmentLabel Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItemAppointmentLabel

Property Value

TypeDescription
DevExpress.XtraScheduler.UI.RepositoryItemAppointmentLabel

A RepositoryItemAppointmentLabel object that contains editor settings.

|

Remarks

This property provides access to properties inherited from the ImageComboBoxEdit control.

See Also

AppointmentLabelEdit Class

AppointmentLabelEdit Members

DevExpress.XtraScheduler.UI Namespace