ASPxTimeEdit.Value Property
Gets or sets the editor’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Object | A Object value representing the editor’s edited value. |
Remarks
Use the Value property to access the value currently edited within the editor.
This property overrides the base ASPxEdit.Value property to implement date-time type specific conversions when setting the editor’s value.
See Also