Skip to main content
All docs
V23.2

DateNavigatorRequestCellAppearanceEventArgs.Appearance Property

Gets or sets cell appearance.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v23.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