A newer version of this page is available.
Switch to the current version.
DateEditProperties.DateRangeSettings Property
Gets settings related to the date range functionality.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public DateEditRangeSettings DateRangeSettings { get; }
Public ReadOnly Property DateRangeSettings As DateEditRangeSettings
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
Feedback