menu

UWP

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

    Show / Hide Table of Contents

    Class ResourceType

    Represents the Resource Type of Schedule.

    Inheritance
    System.Object
    ResourceType
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ResourceType : DependencyObject

    Constructors

    ResourceType()

    Initializes a new instance of the ResourceType class.

    Declaration
    public ResourceType()

    Fields

    ResourceCollectionProperty

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

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

    SubResourceTypeProperty

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

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

    TypeNameProperty

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

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

    Properties

    ResourceCollection

    Gets or sets the collection of schedule resources.

    Declaration
    public ObservableCollection<object> ResourceCollection { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    SubResourceType

    Gets or sets the sub resource type.

    Declaration
    public ResourceType SubResourceType { get; set; }
    Property Value
    Type
    ResourceType

    TypeName

    Gets or sets the type name for resource type.

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

    Extension Methods

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