Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapCardViewColumnDateRangePickerSettings.PickerType Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public DatePickerType PickerType { 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.

Property Paths

You can access this nested property as listed below:

Object Type Path to PickerType
BootstrapCardViewDataColumnHeaderFilterSettings
See Also