Gets or sets the up down year selector format.
One of the UpDownYearSelectorFormat enumeration values. The default value is Image.
Use the UpDownYearSelectorFormat property to set the type of element to use for up and down navigation in the year selector. The year selector can be opened by clicking on the year within the title. This property is set with one of the UpDownYearSelectorFormat enumeration values.
| UpDownYearSelectorFormat | Description |
|---|---|
| CustomText | Use text values for the navigation elements. See UpYearSelectorText and DownYearSelectorText. |
| Image | Use images for the navigation elements. See UpYearSelectorImageFileName and DownYearSelectorImageFileName. |
BasicDatePicker Class | BasicFrame.WebControls Namespace