Back to Devexpress

DataGridView.RowDragPreviewShadowColor Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-ba938782.md

latest1.2 KB
Original Source

DataGridView.RowDragPreviewShadowColor Property

Gets or sets the shadow color of the dragged row preview. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public Color RowDragPreviewShadowColor { get; set; }

Property Value

TypeDescription
Color

The shadow color of the dragged row preview.

|

Remarks

When a user is dragging a data row, the grid shows a preview of a row being dragged under the user’s finger. Use the RowDragPreviewShadowColor to specify the drag preview shadow.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace