Skip to main content

CellType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

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

public enum CellType : Enum

Fields

NameDescriptionValue
ButtonA cell button.
CheckBoxA check box mapped to configured checked and unchecked values.
ComboBoxA combo-box editor with a shared list of choices.
CustomAn application-supplied editor control.
DateTimePickerA date and time picker.
PopupEditA multiline popup editor.
StandardA standard text editor.

Used By

NameDescription
SalTableColumn.CellTypeGets or sets the editor used for the column cells.