AppointmentItem.Subject Property
In This Article
Gets or sets the appointment’s subject text.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public string Subject { get; set; }
#Property Value
Type | Description |
---|---|
String | The appointment’s subject text. |
See Also