Enum CellType
Type of a table cell.
public enum CellType
- Extension Methods
Fields
Action = 0
Represents an action cell.
Component = 2
Represents a component cell.
NamedComponent = 3
Represents a component cell where the component is defined by name, which is used for dynamic loading.
String = 1
Represents a string value cell.