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

ASPxDateEdit.DateRangeSettings Property

Gets settings related to the date range functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DateEditRangeSettings DateRangeSettings { get; }

Property Value

Type Description
DateEditRangeSettings

A DateEditRangeSettings object that contains date range settings.

Remarks

The ASPxDateEdit control can be used to specify date ranges. Use the DateRangeSettings property to access the settings related to date range selection.

To learn more about range selection, see the Date Range topic.

ASPxDateEdit_Range

Note

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

See Also