CompatibilitySettings.UseDateNavigatorInDateEdit Property
In This Article
Specifies whether to use the DateNavigator control to render the DateEdit‘s dropdown window.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to use the Date |
#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