Skip to main content
A newer version of this page is available. .
All docs
V20.2

DateNavigatorRequestCellAppearanceEventArgs.Appearance Property

Gets or sets cell appearance.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

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

Declaration

public DateNavigatorStateAppearance Appearance { get; set; }

Property Value

Type Description
DateNavigatorStateAppearance

Any of the enumeration values.

See Also