PredefinedDateRange(String, DateTime, DateTime) Constructor
Initializes a new instance of the PredefinedDateRange class with specified settings.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | Specifies the name of the predefined date range. |
start | DateTime | Specifies the start date of the predefined date range. |
end | DateTime | Specifies the end date of the predefined date range. |
See Also