Assembly: WebForms;
The IWebDateTimePicker interface contains properties and methods of the DateTimePicker web form component.
IWebDateTimePicker
| Property name | Brief description | |
![]() |
MaxValue | The MaxValue property determines the maximum value that will be available for input in the component. |
![]() |
MinValue | The MinValue property determines the minimum value that will be available for input in the component. |
![]() |
Valid | The Valid property returns whether the date specified in the component is correct. |
![]() |
Value | The Value property determines the value displayed in the component. |
| Property name | Brief description | |
![]() |
BorderColor | The BorderColor property determines a component border color. |
![]() |
Color | The Color property determines a component background color. |
![]() |
Enabled | The Enabled property determines whether the component is available for the user. |
![]() |
PopupMenu | The PopupMenu property determines the context menu displayed for the component. |
![]() |
Text | The Text property determines the row identifying the component for the user. |
![]() |
Visible | The Visible property determines whether the component is displayed when a form is executed. |
See also: