CellType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Identifies the editor or display control used by table-column cells.
- C#
- VB.NET
public enum CellType : Enum
Public Enum CellType As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Button | A cell button. | |
| CheckBox | A check box mapped to configured checked and unchecked values. | |
| ComboBox | A combo-box editor with a shared list of choices. | |
| Custom | An application-supplied editor control. | |
| DateTimePicker | A date and time picker. | |
| PopupEdit | A multiline popup editor. | |
| Standard | A standard text editor. |
Used By
| Name | Description |
|---|---|
| SalTableColumn.CellType | Gets or sets the editor used for the column cells. |