Skip to main content
Version: 2025

CellType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Identifies the editor or display control used by table-column cells.

public enum CellType : Enum

Fields

NameDescriptionValue
ButtonA push-button cell.
CheckBoxA check box mapped to configured checked and unchecked values.
ComboBoxA combo-box editor with a shared list of choices.
CustomA custom cell type; the base table factory falls back to its standard text-box column.
DateTimePickerA date and time picker.
MaskedTextA text cell with mask-aware input.
PopupEditA multiline popup editor.
StandardA standard text editor.
TextA text cell without the standard editable text-box column.

Used By

NameDescription
SalTableColumn.CellTypeGets or sets the cell editor type, recreating attached main and split columns at their existing indices and display positions when it changes.