DxSchedulerAppointmentItem.Subject Property
Specifies the appointment’s subject text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
String | A String value that specifies the text of the appointment’s subject. |
See Also