menu

UWP

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

    Show / Hide Table of Contents

    Class GridSheetFamilyItem

    Encapsulates the properties that are needed to support multiple families of crossed-referenced grids. This class is for internal use only.

    Inheritance
    System.Object
    GridSheetFamilyItem
    Namespace: Syncfusion.Calculate.Helpers
    Assembly: Syncfusion.Calculate.UWP.dll
    Syntax
    public class GridSheetFamilyItem : Object

    Constructors

    GridSheetFamilyItem()

    Encapsulates the properties that are needed to support multiple families of crossed-referenced grids.

    Declaration
    public GridSheetFamilyItem()

    Fields

    ParentObjectToToken

    Holds mapping from parent object to sheet token.

    Declaration
    public Dictionary<object, object> ParentObjectToToken
    Field Value
    Type
    System.Collections.Generic.Dictionary<System.Object, System.Object>

    SheetNameToParentObject

    Holds mapping from sheet name to parent object.

    Declaration
    public Dictionary<object, object> SheetNameToParentObject
    Field Value
    Type
    System.Collections.Generic.Dictionary<System.Object, System.Object>

    SheetNameToToken

    Holds mapping from parent object to sheet name.

    Declaration
    public Dictionary<object, object> SheetNameToToken
    Field Value
    Type
    System.Collections.Generic.Dictionary<System.Object, System.Object>

    TokenToParentObject

    Holds mapping from sheet token to parent object.

    Declaration
    public Dictionary<object, object> TokenToParentObject
    Field Value
    Type
    System.Collections.Generic.Dictionary<System.Object, System.Object>

    Extension Methods

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