Skip to main content

AppointmentModificationControllerBase.LabelKey Property

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

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual object LabelKey { get; set; }

Property Value

Type Description
Object

An object, specifying the identifier of the IAppointmentLabel object.

See Also