DateEditProperties.DateRangeSettings Property
Gets settings related to the date range functionality.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
Note
The DateRangeSettings property synchronizes its value with the editor’s ASPxDateEdit.DateRangeSettings property.
See Also