Enum CustomCellTypes
Defines the constants that specify the custom cell types.
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public enum CustomCellTypes
Fields
| Name | Description |
|---|---|
| ButtonEdit | Represent ButtonEdit cell type |
| CalculatorTextBox | Represent Calculate TextBox cell type |
| Calendar | Represent Calendar cell type |
| DateTimePicker | Represent DateTimePicker cell type |
| DoubleTextBox | Represent DoubleTextBox cell type |
| FNumericUpDown | Represent NumericUpDown cell type |
| GridinCell | Represent Grid cell type |
| IntegerTextBox | Represent IntegerTextBox cell type |
| LinkLabelCell | Represent LinkLabel cell type |
| OleContainerCell | Represent OLE Container cell type |
| PercentTextBox | Represent PerCentTextBox cell type |
| PictureBox | Represent PictureBox cell type |
| XhtmlCell | Represent XHTML cell type |