Back to Devexpress

CompatibilitySettings.UseDateNavigatorInDateEdit Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-8409172e.md

latest1.8 KB
Original Source

CompatibilitySettings.UseDateNavigatorInDateEdit Property

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

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool UseDateNavigatorInDateEdit { get; set; }
vb
Public Shared Property UseDateNavigatorInDateEdit As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace