Gets or sets how the combination of controls will be displayed.
One of the DatePickerDisplayType enumeration values. The default value is TextBoxAndImage.
Use the DatePickerDisplayType property to specify the combination of controls to render. This property is set with one of the DatePickerDisplayType enumeration values.
| DatePickerDisplayType | Description |
|---|---|
| TextBoxAndButton | TextBox and Button. |
| TextBoxAndHyperLink | TextBox and Hyperlink. |
| TextBoxAndImage | TextBox and Image. |
| TextBox | TextBox only. See also OpenCalendarOnTextBoxFocus. |
| LabelAndButton | Label and Button. |
| LabelAndHyperLink | Label and HyperLink. |
| LabelAndImage | Label and Image. |
| Label | Label only. |
| Button | Button only. |
| HyperLink | HyperLink only. |
| Image | Image only. |
BasicDatePicker Class | BasicFrame.WebControls Namespace