ValidateRangeEventArgs(Nullable<DateTime>, Nullable<DateTime>) Constructor
Initializes a new instance of the ValidateRangeEventArgs 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 |
---|---|---|
start | Nullable<DateTime> | Specifies the start date of the validated range. |
end | Nullable<DateTime> | Specifies the end date of the validated range. |
See Also