WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridSheetFamilyItem - WPF 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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Calculate
    Assembly: Syncfusion.Calculate.Base.dll
    Syntax
    public class GridSheetFamilyItem

    Constructors

    GridSheetFamilyItem()

    Declaration
    public GridSheetFamilyItem()

    Fields

    ParentObjectToToken

    Holds mapping from parent object to sheet token.

    Declaration
    public Hashtable ParentObjectToToken
    Field Value
    Type Description
    System.Collections.Hashtable

    SheetNameToParentObject

    Holds mapping from sheet name to parent object.

    Declaration
    public Hashtable SheetNameToParentObject
    Field Value
    Type Description
    System.Collections.Hashtable

    SheetNameToToken

    Holds mapping from parent object to sheet name.

    Declaration
    public Hashtable SheetNameToToken
    Field Value
    Type Description
    System.Collections.Hashtable

    TokenToParentObject

    Holds mapping from sheet token to parent object.

    Declaration
    public Hashtable TokenToParentObject
    Field Value
    Type Description
    System.Collections.Hashtable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved