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

Date Range

You can combine two ASPxDateEdit controls to implement date range picker functionality. In this case, one editor specifies the start date, and another defines the end date. To link editors, set the DateEditRangeSettings.StartDateEditID property of the end-date editor to the ID value of the start-date editor.

ASPxDateEdit_Range

Use the ASPxDateEdit.DateRangeSettings property to customize the date range settings.

Use the client-side ASPxClientDateEdit.GetRangeDayCount method to get the number of days selected within a range.

Note

The date range settings should be specified for the end-date editor.

See Also