Skip to main content
All docs
V24.2

RangeSelectorValueChangedEventArgs.PreviousRange Property

Returns information about the previously selected range.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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