Skip to main content

AppointmentFormTemplateContainer.Subject Property

Gets the subject of the appointment.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public string Subject { get; }

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