
backgroundColor
Background color of DataGridCell
hierarchyLevel
Hierarchy level that defines the indentation in the visualization
hierarchyState
Specifies the status of the tree item.
This property can have the following values:
collapsed
collapsedPlus
expanded
expandedMinus
expandedTop
indent
leaf
marktotals
none
You can find an example of the visualization in CTableHierarchicalCell Properties.
imageSource
Absolute or relative URL of the image that is to be displayed in the cell. To insert multiple images, use a comma as the separator.
Determines whether a filter icon is displayed in the column heading. This indicates that the current DataGrid entries are filtered according to values in this DataGridSegmentCol.
| Value | Description |
|---|---|
| filtered | A filter icon is displayed. |
| none | No filter icon is displayed. |
Describes how a column of the DataGrid is sorted.
| Value | Description |
|---|---|
|
down |
Sorted in ascending order |
|
none |
Sorted in descending order |
|
up |
Not sorted |
|
notSortable |
Cannot be sorted |
templateKey
Name of the template that is to be used as the cell editor (e.g. INPUT for a CInputField).
Use this property if you want to provide several different cell editors within a segment.
For more information, see Cell editors in the DataGrid.