MVCxDateEditProperties.DateRangeSettings Property
In This Article
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 |
---|---|
MVCx |
A MVCx |
#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