Skip to main content
All docs
V25.1
  • 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.v25.1.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