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
Assembly: Syncfusion.SfCellGrid.WPF.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
GetSheetNameForToken(String)
Get SheetName for the given Token.
Declaration
public object GetSheetNameForToken(string token)
Parameters
Type |
Name |
Description |
System.String |
token |
|
Returns
GetTokenForGridModel(SfCellGrid)
Get Token for the given GridModel.
Declaration
public object GetTokenForGridModel(SfCellGrid grid)
Parameters
Returns
GetTokenForSheetName(String)
Get Token for the given SheetName.
Declaration
public object GetTokenForSheetName(string sheetName)
Parameters
Type |
Name |
Description |
System.String |
sheetName |
|
Returns