DateNavigator.DisplayMode Property
In This Article
Gets the value that specifies in which mode the editor functions. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
Any of the Date |
Available values:
Name | Description |
---|---|
Classic | The Date |
Outlook | The Date |
#Remarks
Use the DisplayMode
property to get the mode in which the editor functions. To set a particular mode, pass a required object to the StyleSettings property.
See Also