DateNavigatorCellAppearance Properties
Contains a DateNavigator‘s cell states.
Name | Description |
---|---|
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Dependency |
Gets the Dependency |
Disabled |
Gets or sets appearance properties that are applied to the cell when its disabled. This is a dependency property. |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Focused |
Gets or sets appearance properties that are applied to the cell when the cell is focused. This is a dependency property. |
Holiday |
Gets or sets appearance properties that are applied to the cell when the cell is a holiday. This is a dependency property. |
Inactive |
Gets or sets appearance properties that are applied to the cell when the cell is inactive. This is a dependency property. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Mouse |
Gets or sets appearance properties that are applied to the cell when a mouse pointer is over it. This is a dependency property. |
Normal |
Gets or sets appearance properties that are applied to the cell. This is a dependency property. |
Selected |
Gets or sets appearance properties that are applied to the cell when the cell is selected. This is a dependency property. |
Special |
Gets or sets appearance properties that are applied to the cell when the cell is a special date. This is a dependency property. |
Today |
Gets or sets appearance properties that are applied to the cell when the cell is today. This is a dependency property. |
See Also