menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceMapping - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResourceMapping

    The Resource Mapping class is used to represent the mapping properties for schedule resource in schedule.

    Inheritance
    System.Object
    ResourceMapping
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class ResourceMapping : BindableObject

    Constructors

    ResourceMapping()

    Initializes a new instance of the ResourceMapping class.

    Declaration
    public ResourceMapping()

    Fields

    ColorProperty

    Gets or sets the Color Mapping to map the custom class property with the schedule resources color property. This is a bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IdProperty

    Gets or sets the ID Mapping to map the custom class property with the schedule resources id property. This is a bindable property.

    Declaration
    public static readonly BindableProperty IdProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ImageProperty

    Gets or sets the Image Mapping to map the custom class property with the schedule resources image property. This is a bindable property.

    Declaration
    public static readonly BindableProperty ImageProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NameProperty

    Gets or sets the Name Mapping to map the custom class property with the schedule resources name property. This is a bindable property.

    Declaration
    public static readonly BindableProperty NameProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Color

    Gets or sets the Color Mapping to map the custom class property with the schedule resources color property.

    Declaration
    public string Color { get; set; }
    Property Value
    Type
    System.String

    Id

    Gets or sets the ID Mapping to map the custom class property with the schedule resources id property.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    System.String

    Image

    Gets or sets the Image Mapping to map the custom class property with the schedule resources image property.

    Declaration
    public string Image { get; set; }
    Property Value
    Type
    System.String

    Name

    Gets or sets the Name Mapping to map the custom class property with the schedule resources name property.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved