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

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.v19.1.Core.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LabelId property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also