DxSchedulerAppointmentLabelItem.Caption Property
Specifies the caption of the appointment’s label.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
String | The label’s caption. |
Remarks
Refer to the DxSchedulerAppointmentLabelItem class description for more information.
See Also