Represents a table cell.
Inherits: UIContentElement : UIElementBase| Name | Type | Description |
|---|---|---|
| ItemsSource | Array | Always a binding (Bind). Data source to output multiple cells per row. |
| ColSpan | Int32? | Columns merging. |
| RowSpan | Int32? | Rows merging. |
| Bold | Boolean? | Semi-bold font. If not specified, inherits from the parent row. |
| Gray | Boolean | Gray text. The certain text color depends on the user interface theme. |
| Italic | Boolean? | Italic font. If not specified, inherits from the parent row. |
| Align | TextAlign | Horizontal text alignment. |
| VAlign | VerticalAlign | Vertical text alignment. |
| Base item properties | ||