Appointment.Subject Property
Gets or sets the appointment's subject text.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the appointment's subject text. |
#Remarks
Use the Subject property to specify the subject text of the appointment. The subject text is one of the main markers (together with the values of the Appointment.Start, Appointment.End and Appointment.Location properties) which are typically displayed by an appointment to identify the appointment within different views of the SchedulerControl.
In order to provide a more detailed description of an appointment, use the Appointment.Description property.
If a SchedulerControl is used in bound mode (that is, its data is stored in a database) the Subject property's value may be taken from the data field specified by the AppointmentMapping.Subject property (this property can be accessed via the AppointmentStorage.Mappings property of the AppointmentStorage object).