Skip to main content

AppointmentModificationControllerBase.LabelId Property

OBSOLETE

Use the LabelKey property instead.

Gets or sets the identifier of a label, associated with the appointment. Obsolete. Use the Appointment.LabelKey property instead.

Namespace: DevExpress.XtraScheduler.Native

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Obsolete("Use the LabelKey property instead.")]
public int LabelId { get; set; }

Property Value

Type Description
Int32

An integer, specifying the identifier of the IAppointmentLabel object.

Remarks

The LabelId property works correctly only if the label identifier is an integer. Otherwise it returns 0. In general, use the Appointment.LabelKey property instead, since it works with any object type used as a label identifier.

See Also