Enum GridDataCellType
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridDataCellType
Fields
| Name | Description |
|---|---|
| Button | Button Cell Type |
| CheckBox | CheckBox Cell Type |
| ComboBox | ComboBox Cell Type |
| CurrencyEdit | CurrencyEdit Cell Type |
| DataBoundTemplate | DataBoundTemplate Cell Type |
| DataTemplate | DataTemplate Cell Type |
| DateTimeEdit | DateTimeEdit Cell Type |
| DoubleEdit | DoubleEdit Cell Type |
| DropDownList | DropDownList Cell Type |
| FormulaCell | FormulaCell Cell Type |
| Header | Header Cell Type |
| ImageCell | ImageCell Cell Type |
| ImageContent | ImageContent Cell Type |
| IntegerEdit | IntegerEdit Cell Type |
| MaskEdit | MadkEdid Cell Type |
| PercentEdit | PercentEdit Cell Type |
| Static | Static Cell Type |
| TextBlock | TextBlock Cell Type |
| TextBox | TextBox Cell Type |
| TimeSpanEdit | TimeSpanEdit Cell Type |
| UpDownEdit | UpdownEdit Cell Type |