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

DxSchedulerMapping.Implicit(String to DxSchedulerMapping) Operator

Defines an implicit conversion of a field name to a DxSchedulerMapping object.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static implicit operator DxSchedulerMapping(string fieldName)

Parameters

Name Type Description
fieldName String

The field name.

Returns

Type Description
DxSchedulerMapping

The converted object.

See Also