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

BootstrapDateEditProperties.CalendarProperties Property

Gets the settings of the editor’s dropdown calendar.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapDateEditCalendarProperties CalendarProperties { get; }

Property Value

Type Description
BootstrapDateEditCalendarProperties

A BootstrapDateEditCalendarProperties object that contains the dropdown calendar’s settings.

Remarks

Use the CalendarProperties property to access and customize the dropdown calendar’s settings within the date editor.

Note

The CalendarProperties property synchronizes its value with the editor’s BootstrapDateEdit.CalendarProperties property.

See Also