Skip to main content

AppointmentFormControllerBase.LabelId Property

Gets or sets the index of the label associated with the appointment.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public int LabelId { get; set; }

#Property Value

Type Description
Int32

An integer specifying the index of the AppointmentLabel object within the AppointmentStorage.Labels collection.

See Also