DxSchedulerMapping.Implicit(String to DxSchedulerMapping) Operator
In This Article
Defines an implicit conversion of a field name to a DxSchedulerMapping object.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public static implicit operator DxSchedulerMapping(string fieldName)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The field name. |
#Returns
Type | Description |
---|---|
Dx |
The converted object. |
See Also