alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CustomCellTypes

    Defines the constants that specify the custom cell types.

    Inheritance
    System.Object
    CustomCellTypes
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public sealed class CustomCellTypes : Enum

    Fields

    ButtonEdit

    Represent ButtonEdit cell type

    Declaration
    public const CustomCellTypes ButtonEdit
    Field Value
    Type
    CustomCellTypes

    CalculatorTextBox

    Represent Calculate TextBox cell type

    Declaration
    public const CustomCellTypes CalculatorTextBox
    Field Value
    Type
    CustomCellTypes

    Calendar

    Represent Calendar cell type

    Declaration
    public const CustomCellTypes Calendar
    Field Value
    Type
    CustomCellTypes

    DateTimePicker

    Represent DateTimePicker cell type

    Declaration
    public const CustomCellTypes DateTimePicker
    Field Value
    Type
    CustomCellTypes

    DoubleTextBox

    Represent DoubleTextBox cell type

    Declaration
    public const CustomCellTypes DoubleTextBox
    Field Value
    Type
    CustomCellTypes

    FNumericUpDown

    Represent NumericUpDown cell type

    Declaration
    public const CustomCellTypes FNumericUpDown
    Field Value
    Type
    CustomCellTypes

    GridinCell

    Represent Grid cell type

    Declaration
    public const CustomCellTypes GridinCell
    Field Value
    Type
    CustomCellTypes

    IntegerTextBox

    Represent IntegerTextBox cell type

    Declaration
    public const CustomCellTypes IntegerTextBox
    Field Value
    Type
    CustomCellTypes

    LinkLabelCell

    Represent LinkLabel cell type

    Declaration
    public const CustomCellTypes LinkLabelCell
    Field Value
    Type
    CustomCellTypes

    OleContainerCell

    Represent OLE Container cell type

    Declaration
    public const CustomCellTypes OleContainerCell
    Field Value
    Type
    CustomCellTypes

    PercentTextBox

    Represent PerCentTextBox cell type

    Declaration
    public const CustomCellTypes PercentTextBox
    Field Value
    Type
    CustomCellTypes

    PictureBox

    Represent PictureBox cell type

    Declaration
    public const CustomCellTypes PictureBox
    Field Value
    Type
    CustomCellTypes

    XhtmlCell

    Represent XHTML cell type

    Declaration
    public const CustomCellTypes XhtmlCell
    Field Value
    Type
    CustomCellTypes
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved