WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceMapping - WPF API Reference | Syncfusion SchedulerResource from the fields of data object in ResourceCollection. ">

    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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ResourceMapping

    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 Description
    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 Description
    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 Description
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved