Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ValidateRangeEventArgs(
    DateTime? start,
    DateTime? end
)

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