menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerResourceMapping - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SchedulerResourceMapping

    Represents a class that contains the mapping information required to generate a SchedulerResource from a custom object in Resources.

    Inheritance
    System.Object
    SchedulerResourceMapping
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class SchedulerResourceMapping : Object

    Constructors

    SchedulerResourceMapping()

    Initializes a new instance of the SchedulerResourceMapping class.

    Declaration
    public SchedulerResourceMapping()

    Properties

    Background

    Gets or sets the Background to map the custom resource property with the scheduler resource Background property.

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

    Foreground

    Gets or sets the foreground to map the custom resource property with the scheduler resource foreground property.

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

    Id

    Gets or sets the Id to map the custom resource property with the scheduler resource Id property.

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

    Name

    Gets or sets the Name to map the custom resource property with the scheduler resource 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