CellViewModel Properties
The base class for all view models that provide data for different types of cells.| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the color the cell uses to paint its background. |
| BottomBorderColor | Gets or sets the color the cell uses to paint its bottom border. |
| BottomBorderThickness | Gets or sets the bottom border thickness of the cell. |
| Interval | Gets or sets a time slot the cell occupies. |
| IsToday | Returns whether the cell represents a time slot that occurs today. |
| LeftBorderColor | Gets or sets the color the cell uses to paint its left border. |
| LeftBorderThickness | Gets or sets the bottom border thickness of the cell. |
See Also