Class GridCellTypeName
Defines a set of names that can be assigned to a CellType property of a GridStyleInfo.
Inheritance
Inherited Members
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 |
---|
System.String |
ColorEdit
A ColorEdit cell. See GridDropDownColorUICellRenderer
Declaration
public static readonly string ColorEdit
Field Value
Type |
---|
System.String |
ComboBox
A ComboBox cell. See GridComboBoxCellRenderer
Declaration
public static readonly string ComboBox
Field Value
Type |
---|
System.String |
Control
A generic Control cell. See GridGenericControlCellRenderer
Declaration
public static readonly string Control
Field Value
Type |
---|
System.String |
Currency
A Currency cell. See GridCurrencyTextBoxCellRenderer
Declaration
public static readonly string Currency
Field Value
Type |
---|
System.String |
DropDownGrid
A DropDownGrid cell. See GridDropDownGridCellRenderer
Declaration
public static readonly string DropDownGrid
Field Value
Type |
---|
System.String |
FormulaCell
A FormulaCell cell. See GridFormulaCellRenderer
Declaration
public static readonly string FormulaCell
Field Value
Type |
---|
System.String |
GridListControl
A GridListControl cell. See GridDropDownGridListControlCellRenderer
Declaration
public static readonly string GridListControl
Field Value
Type |
---|
System.String |
Header
A Header cell. See GridHeaderCellRenderer
Declaration
public static readonly string Header
Field Value
Type |
---|
System.String |
Image
A Image cell. See GridImageCellRenderer
Declaration
public static readonly string Image
Field Value
Type |
---|
System.String |
MaskEdit
A MaskEdit cell. See GridMaskEditCellRenderer
Declaration
public static readonly string MaskEdit
Field Value
Type |
---|
System.String |
MonthCalendar
A MonthCalendar cell. See GridDropDownMonthCalendarCellRenderer
Declaration
public static readonly string MonthCalendar
Field Value
Type |
---|
System.String |
NumericUpDown
A NumericUpDown cell. See GridNumericUpDownCellRenderer
Declaration
public static readonly string NumericUpDown
Field Value
Type |
---|
System.String |
OriginalTextBox
A OriginalTextBox cell. See GridOriginalTextBoxCellRenderer
Declaration
public static readonly string OriginalTextBox
Field Value
Type |
---|
System.String |
ProgressBar
A ProgressBar cell. See GridProgressBarCellRenderer
Declaration
public static readonly string ProgressBar
Field Value
Type |
---|
System.String |
PropertyGridCell
A PropertyGridCell cell. See GridPropertyGridCellRenderer
Declaration
public static readonly string PropertyGridCell
Field Value
Type |
---|
System.String |
PushButton
A PushButton cell. See GridPushButtonCellRenderer
Declaration
public static readonly string PushButton
Field Value
Type |
---|
System.String |
RadioButton
A RadioButton cell. See GridRadioButtonCellRenderer
Declaration
public static readonly string RadioButton
Field Value
Type |
---|
System.String |
RichText
A RichText cell. See GridRichTextBoxCellRenderer
Declaration
public static readonly string RichText
Field Value
Type |
---|
System.String |
StandardValuesCell
A StandardValuesCell cell. See GridDropDownStandardValuesCellRenderer
Declaration
public static readonly string StandardValuesCell
Field Value
Type |
---|
System.String |
Static
A Static cell. See GridStaticCellRenderer
Declaration
public static readonly string Static
Field Value
Type |
---|
System.String |
TextBox
A TextBox cell. See GridTextBoxCellRenderer
Declaration
public static readonly string TextBox
Field Value
Type |
---|
System.String |
UITypeEditorCell
A UITypeEditorCell cell. See GridUITypeEditorCellRenderer
Declaration
public static readonly string UITypeEditorCell
Field Value
Type |
---|
System.String |