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.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridSheetFamilyItem : Object

    Constructors

    GridSheetFamilyItem()

    Declaration
    public GridSheetFamilyItem()

    Methods

    GetGridModelForToken(String)

    Get GridModel for the given Token.

    Declaration
    public object GetGridModelForToken(string token)
    Parameters
    Type Name Description
    System.String token
    Returns
    Type
    System.Object

    GetSheetNameForToken(String)

    Get SheetName for the given Token.

    Declaration
    public object GetSheetNameForToken(string token)
    Parameters
    Type Name Description
    System.String token
    Returns
    Type
    System.Object

    GetTokenForGridModel(SfCellGrid)

    Get Token for the given GridModel.

    Declaration
    public object GetTokenForGridModel(SfCellGrid grid)
    Parameters
    Type Name Description
    SfCellGrid grid
    Returns
    Type
    System.Object

    GetTokenForSheetName(String)

    Get Token for the given SheetName.

    Declaration
    public object GetTokenForSheetName(string sheetName)
    Parameters
    Type Name Description
    System.String sheetName
    Returns
    Type
    System.Object

    Extension Methods

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