Skip to main content
Tab

ASPxDateEdit.Date Property

Gets or sets the currently selected date.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(DateTime), "")]
public DateTime Date { get; set; }

Property Value

Type Default Description
DateTime String.Empty

A DateTime value, representing the currently selected date.

Remarks

Use the Date property to specify the editor’s selected date. Changing this property affects the ASPxDateEdit.Value property of the date editor.

See Also