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