menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragThumbEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragThumbEventArgs

    Drag event arguments.

    Inheritance
    System.Object
    DragThumbEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class DragThumbEventArgs : EventArgs

    Constructors

    DragThumbEventArgs()

    Declaration
    public DragThumbEventArgs()

    Properties

    Index

    Gets the index of dragged thumb.

    Index 0 indicates start thumb and 1 indicates end thumb. Returns 0 always when ShowRange property is set to false.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved