menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceDetails<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResourceDetails<T>

    A class that represents the details of a resource.

    Inheritance
    System.Object
    ResourceDetails<T>
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResourceDetails<T> : Object
    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
    System.Collections.Generic.List<ResourceDetails<T>>

    ResourceData

    Gets the child resource data.

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

    ResourceId

    Gets the Id of the current resource in compact mode.

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

    ResourceName

    Gets the name of the current resource in compact mode.

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