Back to Devexpress

ASPxClientDateEdit.GetMaxDate Method

aspnet-js-aspxclientdateedit-eac591e4.md

latest992 B
Original Source

ASPxClientDateEdit.GetMaxDate Method

Gets the maximum date of the editor.

Declaration

ts
GetMaxDate(): Date

Returns

TypeDescription
Date

The maximum date.

|

Remarks

Use the ASPxClientDateEdit.GetMinDate method to obtain the minimum date on the client side.

The ASPxClientDateEdit.SetMinDate and ASPxClientDateEdit.SetMaxDate methods are useful to specify the minimum and maximum dates of the editor.

See Also

GetMinDate

SetMinDate(date)

SetMaxDate(date)

Date Editor

ASPxClientDateEdit Class

ASPxClientDateEdit Members