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