Class ResourceViewSettings
The Resource View Settings class contains properties to customize and configure the appearance of schedule resource view.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class ResourceViewSettings : Element, IThemeElement
Constructors
ResourceViewSettings()
Initializes a new instance of the ResourceViewSettings class.
Declaration
public ResourceViewSettings()
Fields
DisplayLabelTextColorProperty
Gets or sets the Display Label Text color to customize the default color of the display label text in the resource UI. This is a bindable property.
Declaration
public static readonly BindableProperty DisplayLabelTextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectionModeProperty
Gets or sets the Selection Mode property for resource view settings to define the resource selection mode in schedule. This is a bindable property.
Declaration
public static readonly BindableProperty SelectionModeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
VisibleResourceCountProperty
Gets or sets the visible resource count for resource view settings to define the number of resource to display in current view. This is a bindable property.
Declaration
public static readonly BindableProperty VisibleResourceCountProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
DisplayLabelTextColor
Gets or sets the Display Label Text color to customize the default color of the display label text in the resource UI.
Declaration
public Color DisplayLabelTextColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
SelectionMode
Gets or sets the Selection Mode property for resource view settings to define the resource selection mode in schedule.
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
Type |
---|
SelectionMode |
Remarks
It is applicable only when ResourceViewMode is Selection.
VisibleResourceCount
Gets or sets the visible resource count for resource view settings to define the number of resource to display in current view.
Declaration
public int VisibleResourceCount { get; set; }
Property Value
Type |
---|
System.Int32 |