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

DxSchedulerCustomFieldMapping.Mapping Property

Gets or sets a source object’s custom field that should be mapped to a scheduler items’s custom property.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Mapping { get; set; }

Property Value

Type Description
DxSchedulerMapping

The data field to be mapped.

See Also