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