menu

UWP

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

    Show / Hide Table of Contents

    Class Resource

    Represents the Resource of Schedule.

    Inheritance
    System.Object
    Resource
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class Resource : DependencyObject, INotifyPropertyChanged

    Constructors

    Resource()

    Declaration
    public Resource()

    Fields

    DisplayNameProperty

    Using a DependencyProperty as the backing store for DisplayName. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DisplayNameProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ResourceNameProperty

    Using a DependencyProperty as the backing store for ResourceName. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ResourceNameProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TypeNameProperty

    Declaration
    public static readonly DependencyProperty TypeNameProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    DataItem

    Declaration
    public object DataItem { get; }
    Property Value
    Type
    System.Object

    DisplayName

    Gets or sets the name to be displayed for resource.

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

    ResourceName

    Gets or sets the name for resource.

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

    TypeName

    Gets or sets the type name for resource.

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

    Events

    PropertyChanged

    Occurs when a Resource's property is changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved