Skip to main content

BootstrapDateEdit.CalendarProperties Property

Gets the settings of the editor’s dropdown calendar.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapDateEditCalendarProperties

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

See Also