Skip to main content

AppointmentFormControllerBase.SetLabel(AppointmentLabelBase) Method

In This Article

Assigns the label to the current appointment.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public void SetLabel(
    AppointmentLabelBase label
)

#Parameters

Name Type Description
label DevExpress.XtraScheduler.AppointmentLabelBase

An AppointmentLabel object to be assigned.

See Also