DxSchedulerAppointmentView.Text Property
Returns the appointment’s subject text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String | The appointment’s subject text. |
Remarks
Refer to DxSchedulerAppointmentView for examples.
See Also