Skip to main content
A newer version of this page is available. .
Tab

ASPxCalendar.Value Property

Gets or sets the editor’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override object Value { get; set; }

Property Value

Type Description
Object

A Object value representing the editor’s 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