Skip to main content

MVCxDateEditProperties.DateRangeSettings Property

Gets settings related to the date range functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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