menu

WPF

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

    Show / Hide Table of Contents

    Class ItemDragEventArgs

    This class contains the information about event which is raised when item is dragging or dragged.

    Inheritance
    System.Object
    ItemDragEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class ItemDragEventArgs : RoutedEventArgs

    Constructors

    ItemDragEventArgs()

    Declaration
    public ItemDragEventArgs()

    Properties

    Item

    Gets item that is dragging.

    Declaration
    public GalleryItem Item { get; }
    Property Value
    Type
    GalleryItem

    SourceGroup

    Gets or sets the parent of the item that is dragging.

    Declaration
    public GalleryGroup SourceGroup { get; set; }
    Property Value
    Type
    GalleryGroup

    TargetGroup

    Gets or sets the group in which the item was added.

    Declaration
    public GalleryGroup TargetGroup { get; set; }
    Property Value
    Type
    GalleryGroup
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved