Skip to main content
Version: 2025

CellType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Cell types for SalTableColumn

public enum CellType : Enum

Fields

NameDescription
ButtonButton cell. (COL_CellType_Button)
CheckBoxCheckbox cell. (COL_CellType_CheckBox)
ComboBoxDrop down cell. (COL_CellType_DropDownList)
CustomCustom cell. (COL_CellType_Custom)
DateTimePickerDateTime picker cell. (COL_CellType_DateTime)
MaskedTextMasked editing cell. (COL_CellType_Masked)
PopupEditMultiline cell. (COL_CellType_PopupEdit)
StandardStandard text editing cell. (COL_CellType_Standard)
TextText cell, not editable. (COL_CellType_Text)

Used By

NameDescription
SalTableColumn.CellTypeIndicates the type of control used to edit the cell.