Class GridRowDragStartEventArgs
Provides data for the
Inheritance
System.Object
System.EventArgs
GridRowDragStartEventArgs
Inherited Members
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 GridRowDragStartEventArgs : EventArgs
Constructors
GridRowDragStartEventArgs()
Initializes a new instance of GridRowDragStartEventArgs event.
Declaration
public GridRowDragStartEventArgs()
Properties
DraggingRecords
Gets the Records which contains the data associated while dragging the rows.
Declaration
public ObservableCollection<object> DraggingRecords { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |
Handled
Gets and Sets a value indicating whether the event is handled or not.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |