Gets or sets how the combination of controls will be displayed.
| Member Name | Description |
|---|---|
| MultipleTextBox | Each Format Specifier within the TimeFormat is separated into an individual TextBox control. |
| SingleTextBox | The entire TimeFormat is displayed within a single TextBox control. |
| MultipleDropDownList | Each Format Specifier within the TimeFormat is separated into an individual DropDownList control. |
| SingleDropDownList | The entire TimeFormat is displayed within a single DropDownList control. |
Namespace: BasicFrame.WebControls
Assembly: BasicFrame.WebControls.BasicDatePicker (in BasicFrame.WebControls.BasicDatePicker.dll)
BasicFrame.WebControls Namespace