DxSchedulerMapping.Implicit(String to DxSchedulerMapping) Operator
Defines an implicit conversion of a field name to a DxSchedulerMapping object.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.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