DateEditCalendarStyleSettings Class
In This Article
Defines the appearance and behavior of a calendar date edit.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public class DateEditCalendarStyleSettings :
DateEditStyleSettingsBase
#Remarks
A DateEditCalendarStyleSettings object defines the calendar date editor operation mode.
Note
When a date editor is in calendar mode, the Popup
Tip
For the complete list of the Date
#Example
<dxe:DateEdit MinValue="02/28/2018" MaxValue="02/28/2019">
<dxe:DateEdit.StyleSettings>
<dxe:DateEditCalendarStyleSettings />
</dxe:DateEdit.StyleSettings>
</dxe:DateEdit>
#Inheritance
Show 12 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DateEditStyleSettingsBase
DateEditCalendarStyleSettings
See Also