Class GridTableCellTypeNameConverter
Defines a class that provides the grid table cell type converter. Used internally.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridTableCellTypeNameConverter : GridCellTypeNameConverter
Constructors
GridTableCellTypeNameConverter()
Declaration
public GridTableCellTypeNameConverter()
Methods
GetStylesMap(StyleInfoIdentityBase)
Overrides and gets the base style map.
Declaration
protected override GridBaseStylesMap GetStylesMap(StyleInfoIdentityBase identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoIdentityBase | identity | An instance of the StyleInfoIdentityBase that holds the identity info. |
Returns
Type | Description |
---|---|
GridBaseStylesMap | An instance of the GridBaseStylesMap class. |