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