Class ResourceMapping
Represents a class that provides mapping information to create SchedulerResource from the fields of data object in ResourceCollection.
Inheritance
System.Object
ResourceMapping
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class ResourceMapping : Object
Constructors
ResourceMapping()
Declaration
public ResourceMapping()
Properties
Background
Gets or sets the field name in data object which binds to the Background property.
Declaration
public string Background { get; set; }
Property Value
Type |
---|
System.String |
Foreground
Gets or sets the field name in data object which binds to the Foreground property.
Declaration
public string Foreground { get; set; }
Property Value
Type |
---|
System.String |
Id
Gets or sets the filed name in data object which binds to the Id property.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the field name in data object which binds to the Name property.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |