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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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