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

AppointmentLabelEdit.Properties Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DXCategory("Properties")]
public RepositoryItemAppointmentLabel Properties { get; }

Property Value

Type Description
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