Skip to main content
A newer version of this page is available. .

DateNavigatorCellAppearance Class

Contains a DateNavigator‘s cell states.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class DateNavigatorCellAppearance :
    Freezable

The following members return DateNavigatorCellAppearance objects:

Remarks

The DateNavigator searches for a cell’s appearance settings in the cell’s states. The search order depends of an application theme. The search is conducted in the following order:

  1. DisabledState
  2. InactiveState
  3. HolidayState
  4. SpecialDateState
  5. FocusedState
  6. MouseOverState
  7. SelectedState
  8. TodayState
  9. NormalState.

Tip

The DateNavigator searches for a cell’s appearance settings in the cell’s states only when one of the following themes are applied to an application:

Theme Family Themes
Office 2019 Black, Colorful, Dark Gray, White
Visual Studio 2019 Blue, Dark, Light
Office 2016 SE Black, Colorful, Dark Gray, White
Visual Studio 2017 Blue, Dark, Light

Note

Once the DateNavigator has found the cell’s appearance property, the scanning is stopped.

Inheritance

See Also