Back to Devexpress

ASPxDateEdit.MaxDate Property

aspnet-devexpress-dot-web-dot-aspxdateedit-935f550a.md

latest1.5 KB
Original Source

ASPxDateEdit.MaxDate Property

Gets or sets the maximum date allowed to be entered into the editor by an end-user.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(DateTime), "")]
public DateTime MaxDate { get; set; }
vb
<DefaultValue(GetType(Date), "")>
Public Property MaxDate As Date

Property Value

TypeDefaultDescription
DateTimeString.Empty

A DateTime object that specifies the editor’s maximum allowed date.

|

Remarks

This property is a wrapper of the DateEditProperties.MaxDate property.

Note

The ASPxDateEdit control allows a user to navigate through dates that are not included into the date range specified by the MinDate and MaxDate properties.

See Also

Date Editor

ASPxDateEdit Class

ASPxDateEdit Members

DevExpress.Web Namespace