Skip to main content
All docs
V26.1
  • DateNavigatorCellAppearance Members

    Contains a DateNavigator‘s cell states.

    Constructors

    Name Description
    DateNavigatorCellAppearance() Initializes a new instance of the DateNavigatorCellAppearance class.

    Fields

    Name Description
    DisabledStateProperty static Identifies the DisabledState dependency property.
    FocusedStateProperty static Identifies the FocusedState dependency property.
    HolidayStateProperty static Identifies the HolidayState dependency property.
    InactiveStateProperty static Identifies the InactiveState dependency property.
    MouseOverStateProperty static Identifies the MouseOverState dependency property.
    NormalStateProperty static Identifies the NormalState dependency property.
    SelectedStateProperty static Identifies the SelectedState dependency property.
    SpecialDateStateProperty static Identifies the SpecialDateState dependency property.
    TodayStateProperty static Identifies the TodayState dependency property.

    Properties

    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