CellType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.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 push-button cell. | |
| CheckBox | A check box mapped to configured checked and unchecked values. | |
| ComboBox | A combo-box editor with a shared list of choices. | |
| Custom | A custom cell type; the base table factory falls back to its standard text-box column. | |
| DateTimePicker | A date and time picker. | |
| MaskedText | A text cell with mask-aware input. | |
| PopupEdit | A multiline popup editor. | |
| Standard | A standard text editor. | |
| Text | A text cell without the standard editable text-box column. |
Used By
| Name | Description |
|---|---|
| SalTableColumn.CellType | Gets or sets the cell editor type, recreating attached main and split columns at their existing indices and display positions when it changes. |