menu

WinUI

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »