Skip to main content
A newer version of this page is available. .

DxSchedulerResourceMappings.Caption Property

Maps a ResourcesSource‘s data field to the resource’s Caption property.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Caption { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps a data field to the resource property.

Remarks

Refer to the DxSchedulerResourceMappings class description for more information.

See Also