DxSchedulerMapping(String) Constructor
In This Article
Initializes a new instance of the DxSchedulerMapping class.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DxSchedulerMapping(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The name of a data source object’s property that is mapped to a scheduler item’s property. |
See Also