AppointmentFormTemplateContainer.Subject Property
Gets the subject of the appointment.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
String | A string that corresponds to the Appointment.Subject property value. |
Remarks
Implement a String delegate method and assign it to the Subject property. For more implementation details, refer to the String delegate description.
See Also