WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableCellTypeNameConverter

    Show / Hide Table of Contents

    Class GridTableCellTypeNameConverter

    Defines a class that provides the grid table cell type converter. Used internally.

    Inheritance
    System.Object
    GridCellTypeNameConverter
    GridTableCellTypeNameConverter
    Inherited Members
    GridCellTypeNameConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    GridCellTypeNameConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    GridCellTypeNameConverter.GetStandardValues(ITypeDescriptorContext)
    GridCellTypeNameConverter.GetStandardValuesExclusive(ITypeDescriptorContext)
    GridCellTypeNameConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    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.

    Overrides
    GridCellTypeNameConverter.GetStylesMap(StyleInfoIdentityBase)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved