menu

WPF

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

    Show / Hide Table of Contents

    Class GridRowDragLeaveEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    System.EventArgs
    GridRowDragDropEventArgsBase
    GridRowDragLeaveEventArgs
    Inherited Members
    GridRowDragDropEventArgsBase.Data
    GridRowDragDropEventArgsBase.DropPosition
    GridRowDragDropEventArgsBase.IsFromOutSideSource
    GridRowDragDropEventArgsBase.TargetRecord
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridRowDragLeaveEventArgs : GridRowDragDropEventArgsBase

    Constructors

    GridRowDragLeaveEventArgs()

    Initializes a new instance of GridRowDragLeaveEventArgs event.

    Declaration
    public GridRowDragLeaveEventArgs()

    Properties

    Handled

    Gets and Sets a a value indicating whether the event is handled or not.

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