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