A newer version of this page is available.
Switch to the current version.
Appointment.Subject Property
Gets or sets the appointment's subject text.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the text of appointment's subject. |
Remarks
Use the Subject property to specify the subject text of the appointment. The subject text is one of the main attributes (together with the values of the Appointment.Start, Appointment.End and Appointment.Location properties) which are displayed to identify the appointment within Views of the SchedulerControl.
See Also
Feedback