Skip to main content
All docs
V24.1

DateNavigatorRequestCellAppearanceEventArgs.Appearance Property

Gets or sets cell appearance.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateNavigatorStateAppearance Appearance { get; set; }

Property Value

Type Description
DateNavigatorStateAppearance

Any of the enumeration values.

See Also