WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellTypeName - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellTypeName

    Defines a set of names that can be assigned to a CellType property of a GridStyleInfo.

    Inheritance
    System.Object
    GridCellTypeName
    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.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridCellTypeName
    Remarks

    The class defines a default set of names for cell types that are included with Essential Grid.

    Constructors

    GridCellTypeName()

    Initializes the new instances of the GridCellTypeName class.

    Declaration
    public GridCellTypeName()

    Fields

    CheckBox

    A CheckBox cell. See GridCheckBoxCellRenderer

    Declaration
    public static readonly string CheckBox
    Field Value
    Type Description
    System.String

    ColorEdit

    A ColorEdit cell. See GridDropDownColorUICellRenderer

    Declaration
    public static readonly string ColorEdit
    Field Value
    Type Description
    System.String

    ComboBox

    A ComboBox cell. See GridComboBoxCellRenderer

    Declaration
    public static readonly string ComboBox
    Field Value
    Type Description
    System.String

    Control

    A generic Control cell. See GridGenericControlCellRenderer

    Declaration
    public static readonly string Control
    Field Value
    Type Description
    System.String

    Currency

    A Currency cell. See GridCurrencyTextBoxCellRenderer

    Declaration
    public static readonly string Currency
    Field Value
    Type Description
    System.String

    DropDownGrid

    A DropDownGrid cell. See GridDropDownGridCellRenderer

    Declaration
    public static readonly string DropDownGrid
    Field Value
    Type Description
    System.String

    FormulaCell

    A FormulaCell cell. See GridFormulaCellRenderer

    Declaration
    public static readonly string FormulaCell
    Field Value
    Type Description
    System.String

    GridListControl

    A GridListControl cell. See GridDropDownGridListControlCellRenderer

    Declaration
    public static readonly string GridListControl
    Field Value
    Type Description
    System.String

    Header

    A Header cell. See GridHeaderCellRenderer

    Declaration
    public static readonly string Header
    Field Value
    Type Description
    System.String

    Image

    A Image cell. See GridImageCellRenderer

    Declaration
    public static readonly string Image
    Field Value
    Type Description
    System.String

    MaskEdit

    A MaskEdit cell. See GridMaskEditCellRenderer

    Declaration
    public static readonly string MaskEdit
    Field Value
    Type Description
    System.String

    MonthCalendar

    A MonthCalendar cell. See GridDropDownMonthCalendarCellRenderer

    Declaration
    public static readonly string MonthCalendar
    Field Value
    Type Description
    System.String

    NumericUpDown

    A NumericUpDown cell. See GridNumericUpDownCellRenderer

    Declaration
    public static readonly string NumericUpDown
    Field Value
    Type Description
    System.String

    OriginalTextBox

    A OriginalTextBox cell. See GridOriginalTextBoxCellRenderer

    Declaration
    public static readonly string OriginalTextBox
    Field Value
    Type Description
    System.String

    ProgressBar

    A ProgressBar cell. See GridProgressBarCellRenderer

    Declaration
    public static readonly string ProgressBar
    Field Value
    Type Description
    System.String

    PropertyGridCell

    A PropertyGridCell cell. See GridPropertyGridCellRenderer

    Declaration
    public static readonly string PropertyGridCell
    Field Value
    Type Description
    System.String

    PushButton

    A PushButton cell. See GridPushButtonCellRenderer

    Declaration
    public static readonly string PushButton
    Field Value
    Type Description
    System.String

    RadioButton

    A RadioButton cell. See GridRadioButtonCellRenderer

    Declaration
    public static readonly string RadioButton
    Field Value
    Type Description
    System.String

    RichText

    A RichText cell. See GridRichTextBoxCellRenderer

    Declaration
    public static readonly string RichText
    Field Value
    Type Description
    System.String

    StandardValuesCell

    A StandardValuesCell cell. See GridDropDownStandardValuesCellRenderer

    Declaration
    public static readonly string StandardValuesCell
    Field Value
    Type Description
    System.String

    Static

    A Static cell. See GridStaticCellRenderer

    Declaration
    public static readonly string Static
    Field Value
    Type Description
    System.String

    TextBox

    A TextBox cell. See GridTextBoxCellRenderer

    Declaration
    public static readonly string TextBox
    Field Value
    Type Description
    System.String

    UITypeEditorCell

    A UITypeEditorCell cell. See GridUITypeEditorCellRenderer

    Declaration
    public static readonly string UITypeEditorCell
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved