Skip to main content
All docs
V25.1
  • RangeSelectorValueChangedEventArgs.PreviousRange Property

    Returns information about the previously selected range.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public List<object> PreviousRange { get; set; }

    Property Value

    Type Description
    List<Object>

    A two-object array.

    Remarks

    Refer to the RangeSelectorValueChangedEventArgs class description for more information and an example.

    See Also