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

DateNavigatorRequestCellAppearanceEventArgs.Appearance Property

Gets or sets cell appearance.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateNavigatorStateAppearance Appearance { get; set; }

Property Value

Type Description
DateNavigatorStateAppearance

Any of the enumeration values.

See Also