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

MVCxDateEditProperties.DateRangeSettings Property

Gets settings related to the date range functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxDateEditRangeSettings DateRangeSettings { get; }

Property Value

Type Description
MVCxDateEditRangeSettings

A MVCxDateEditRangeSettings object that contains date range settings.

Remarks

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

ASPxDateEdit_Range

See Also