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