Basic Date Picker Documentation

BasicDatePicker.DatePickerDisplayType Property

Gets or sets how the combination of controls will be displayed.

[Visual Basic]
Public Property DatePickerDisplayType As DatePickerDisplayType
[C#]
public DatePickerDisplayType DatePickerDisplayType {get; set;}

Property Value

One of the DatePickerDisplayType enumeration values. The default value is TextBoxAndImage.

Remarks

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.

See Also

BasicDatePicker Class | BasicFrame.WebControls Namespace