Skip to main content

AppointmentFormControllerBase.Subject Property

Gets or sets the text of the appointment's subject.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public string Subject { get; set; }

#Property Value

Type Description
String

A String value that specifies the appointment's subject text.

#Remarks

The subject text is one of the main markers typically displayed by an appointment to identify it. In order to provide a more detailed description of an appointment, use the AppointmentFormControllerBase.Description property.

#Examples

This example demonstrates how to bind the TextEdit control on the custom Edit Appointment form to the appointment subject via the AppointmentFormControllerBase.Subject property.

See Also