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

AppointmentModificationControllerBase.LabelKey Property

Gets or sets the identifier of a label, associated with the appointment.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual object LabelKey { get; set; }

Property Value

Type Description
Object

An object, specifying the identifier of the IAppointmentLabel object.

See Also