Skip to main content

DateNavigatorCellAppearance Properties

Contains a DateNavigator‘s cell states.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DisabledState Gets or sets appearance properties that are applied to the cell when its disabled. This is a dependency property.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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