Class DataGridRowDragOverEventArgs
Provides data for the RowDragOver event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class DataGridRowDragOverEventArgs : DataGridRowDragEventArgsConstructors
DataGridRowDragOverEventArgs()
Initializes a new instance of DataGridRowDragOverEventArgs event.
Declaration
public DataGridRowDragOverEventArgs()Properties
ShowDragUI
Gets or sets a value indicating whether to show the dragging UI or not.
Declaration
public bool ShowDragUI { get; set; }Property Value
| Type | 
|---|
| System.Boolean |