Skip to main content
A newer version of this page is available. .

DateEditCalendarStyleSettings Class

Defines the appearance and behavior of a calendar date edit.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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 PopupBaseEdit.PopupFooterButtons and PopupBaseEditSettings.PopupFooterButtons properties have no effect.

date edit calendar

Tip

For the complete list of the DateEdit control operation modes, see DateEdit operation modes.

Example

<dxe:DateEdit MinValue="02/28/2018" MaxValue="02/28/2019">
    <dxe:DateEdit.StyleSettings>
        <dxe:DateEditCalendarStyleSettings />
    </dxe:DateEdit.StyleSettings>
</dxe:DateEdit>

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DateEditCalendarStyleSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

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