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.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerMapping Mapping { get; set; }
Property Value
Type | Description |
---|---|
DxSchedulerMapping | The data field to be mapped. |
See Also