Class
RangeChangingEventArgs

The event arguments for a range-changing event which allows you to intercept the update of the values and apply custom logic and modify the values.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public class RangeChangingEventArgs : EventArgs

Inheritance: objectEventArgsRangeChangingEventArgs

Inherited Members EventArgs.Empty

Properties

RangeEnd

Gets or sets the value that will be set for the end of the range.

Declaration

cs-api-definition
public double RangeEnd { get; set; }

Property Value

double

RangeStart

Gets or sets the value that will be set for the start of the range.

Declaration

cs-api-definition
public double RangeStart { get; set; }

Property Value

double

In this article
DefinitionPropertiesRangeEndRangeStart
Not finding the help you need?
Contact Support