A newer version of this page is available.
Switch to the current version.
CalendarFastNavProperties.InitialView Property
Specifies the initial Calendar view.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
DatePickerType | NotSet |
One of the DatePickerType enumeration values. |
Remarks
The ASPxDateEdit supports month-year picker mode. In this mode, you can specify which date component an end-user can select in the control.
<dx:ASPxDateEdit runat="server" ID="dateEdit2" PickerType="Months">
<CalendarProperties>
<FastNavProperties InitialView="Years" MaxView="Years" />
</CalendarProperties>
</dx:ASPxDateEdit>
Online Demo
See Also
Feedback