menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScheduleResource - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IScheduleResource

    Provides the functionality for individual schedule resources.

    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public interface IScheduleResource

    Properties

    Name

    Gets or sets the name of the resource.

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

    UniqueID

    Gets or sets a unique integer associated with this resource.

    Declaration
    int UniqueID { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved