ASPxTimeEdit.DateTime Property
In This Article
Gets or sets the date and time displayed by the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Date |
String. |
A Date |
#Remarks
Use the DateTime property to specify the editor’s selected date-time value. Changing this property affects the ASPxTimeEdit.Value property of the time editor. Setting the DateTime property to a DateTime.MinValue value assigns a null value to the editor’s ASPxTimeEdit.Value property.
See Also