RangeSelectorValueChangedEventArgs.CurrentRange Property
Returns information about the newly selected range.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public List<object> CurrentRange { 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