menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeEventArgs

    The RangeEventArgs class contains properties.

    Inheritance
    System.Object
    RangeEventArgs
    Namespace: Syncfusion.SfRangeSlider.XForms
    Assembly: Syncfusion.SfRangeSlider.XForms.dll
    Syntax
    public class RangeEventArgs : EventArgs

    Constructors

    RangeEventArgs()

    Declaration
    public RangeEventArgs()

    Properties

    End

    Gets the RangeEnd value.

    Declaration
    public float End { get; }
    Property Value
    Type
    System.Single

    RangeSlider

    Gets the Range Slider.

    Declaration
    public SfRangeSlider RangeSlider { get; }
    Property Value
    Type
    SfRangeSlider

    Start

    Gets the RangeStart value.

    Declaration
    public float Start { get; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved