Skip to main content
All docs
V20.1

BootstrapCalendarFastNavProperties.InitialView Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public DatePickerType InitialView { get; set; }

Property Value

Type
DatePickerType

Available values:

Name Description
NotSet

The date picker type is not set. In this case:

Days

An end user can select a day in the calendar.

Months

An end user selects a month in the calendar.

Years

An end user selects a year in the calendar.

Decades

An end user selects a decade in the calendar.

See Also