Class GridRowDragOverEventArgs
Provides data for the
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridRowDragOverEventArgs : GridRowDragDropEventArgsBase
Constructors
GridRowDragOverEventArgs()
Initializes a new instance of GridRowDragOverEventArgs event.
Declaration
public GridRowDragOverEventArgs()
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 |
ShowDragUI
Gets or sets a value indicating the default Dragging UI.
Declaration
public bool ShowDragUI { get; set; }
Property Value
Type |
---|
System.Boolean |