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

CompatibilitySettings.UseDateNavigatorInDateEdit Property

Specifies whether to use the DateNavigator control to render the DateEdit‘s dropdown window.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.v19.1.dll

Declaration

public static bool UseDateNavigatorInDateEdit { get; set; }

Property Value

Type Description
Boolean

true to use the DateNavigator in the DateEdit‘s dropdown; otherwise, false.

Remarks

In release 18.2, we started using the DateNavigator control to render the DateEdit‘s dropdown window by default.

This change does not affect your project if you have specified the DateEdit‘s BaseEdit.StyleSettings property.

See Also