CellType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Cell types for SalTableColumn
- C#
- VB.NET
public enum CellType : Enum
Public Enum CellType As [Enum]
Fields
| Name | Description |
|---|---|
| Button | Button cell. (COL_CellType_Button) |
| CheckBox | Checkbox cell. (COL_CellType_CheckBox) |
| ComboBox | Drop down cell. (COL_CellType_DropDownList) |
| Custom | Custom cell. (COL_CellType_Custom) |
| DateTimePicker | DateTime picker cell. (COL_CellType_DateTime) |
| MaskedText | Masked editing cell. (COL_CellType_Masked) |
| PopupEdit | Multiline cell. (COL_CellType_PopupEdit) |
| Standard | Standard text editing cell. (COL_CellType_Standard) |
| Text | Text cell, not editable. (COL_CellType_Text) |
Used By
| Name | Description |
|---|---|
| SalTableColumn.CellType | Indicates the type of control used to edit the cell. |