MVCxDateEditProperties.DateRangeSettings Property
Gets settings related to the date range functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
See Also