Class ScheduleResource
The schedule resource class contains properties that represents the schedule resource in schedule.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class ScheduleResource : BindableObject
Constructors
ScheduleResource()
Initializes a new instance of the ScheduleResource class.
Declaration
public ScheduleResource()
Fields
ColorProperty
Gets or sets the color property for schedule resource to customize the default color for schedule resource UI with given custom color. This is a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
IdProperty
Gets or sets the id property for schedule resource which is the unique ID for the schedule resource in the schedule view. This is a bindable property.
Declaration
public static readonly BindableProperty IdProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ImageProperty
Gets or sets the image property for schedule resource to display the given image in the schedule resource view of schedule. This is the bindable property.
Declaration
public static readonly BindableProperty ImageProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
NameProperty
Gets or sets the name property for schedule resource to display the name in the resource item view of schedule. This is a bindable property.
Declaration
public static readonly BindableProperty NameProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the color property for schedule resource to customize the default color for schedule resource UI with given custom color.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Id
Gets or sets the id property for schedule resource which is the unique ID for the schedule resource in the schedule view.
Declaration
public object Id { get; set; }
Property Value
Type |
---|
System.Object |
Image
Gets or sets the image property for schedule resource to display the given image in the schedule resource view of schedule.
Declaration
public string Image { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the name property for schedule resource to display the name in the resource item view of schedule.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |