Gets or sets the NextPrev (ie. arrows) format.
One of the NextPrevFormat enumeration values. The default value is Image.
Use the NextPrevFormat property to set the type of element to use for the Next and Previous month navigation. This property is set with one of the NextPrevFormat enumeration values.
| NextPrevFormat | Description |
|---|---|
| CustomText | Specify your own custom text. See BasicDatePicker.PrevMonthText and BasicDatePicker.NextMonthText. |
| ShortMonth | Three character month. Example: Jan |
| FullMonth | Full month text. Example: January |
| Image | Specify your own custom text. See BasicDatePicker.PrevMonthImageFileName and BasicDatePicker.NextMonthImageFileName. |
BasicDatePicker Class | BasicFrame.WebControls Namespace