DateNavigatorCellAppearance Properties
Contains a DateNavigator‘s cell states.| Name | Description |
|---|---|
| DisabledState | Gets or sets appearance properties that are applied to the cell when its disabled. This is a dependency property. |
| FocusedState | Gets or sets appearance properties that are applied to the cell when the cell is focused. This is a dependency property. |
| HolidayState | Gets or sets appearance properties that are applied to the cell when the cell is a holiday. This is a dependency property. |
| InactiveState | Gets or sets appearance properties that are applied to the cell when the cell is inactive. This is a dependency property. |
| MouseOverState | Gets or sets appearance properties that are applied to the cell when a mouse pointer is over it. This is a dependency property. |
| NormalState | Gets or sets appearance properties that are applied to the cell. This is a dependency property. |
| SelectedState | Gets or sets appearance properties that are applied to the cell when the cell is selected. This is a dependency property. |
| SpecialDateState | Gets or sets appearance properties that are applied to the cell when the cell is a special date. This is a dependency property. |
| TodayState | Gets or sets appearance properties that are applied to the cell when the cell is today. This is a dependency property. |
See Also