ASPxDateEdit.Value Property
In This Article
Gets or sets the editor value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Object | The editor value. |
#Remarks
This property overrides the base ASPxEdit.Value property to implement date-time type specific conversions when setting the editor’s value.
See Also