alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ResourceDetails<T>

    A class that represents the details of a resource.

    Inheritance
    object
    ResourceDetails<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResourceDetails<T>
    Type Parameters
    Name Description
    T

    The type of the resource data source model.

    Constructors

    ResourceDetails()

    Declaration
    public ResourceDetails()

    Properties

    GroupData

    Gets the data for the resource fields.

    Declaration
    public T GroupData { get; set; }
    Property Value
    Type
    T

    Resource

    Gets the resource model data, including the field mapping options used within it.

    Declaration
    public Resource Resource { get; }
    Property Value
    Type
    Resource

    ResourceChild

    Gets the child level resources in compact mode.

    Declaration
    public List<ResourceDetails<T>> ResourceChild { get; }
    Property Value
    Type
    List<ResourceDetails<T>>

    ResourceData

    Gets the child resource data.

    Declaration
    public object ResourceData { get; }
    Property Value
    Type
    object

    ResourceId

    Gets the Id of the current resource in compact mode.

    Declaration
    public string ResourceId { get; }
    Property Value
    Type
    string

    ResourceName

    Gets the name of the current resource in compact mode.

    Declaration
    public string ResourceName { get; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved