DxSchedulerCustomFieldMapping.Name Property
Gets or sets a scheduler item’s custom property that should be mapped to a source object’s custom field.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The custom property to be mapped. |
See Also