Skip to main content

DataGridViewActualAppearance.RowDragPreviewShadowColor Property

Gets the color of the dragged row preview that is applied to the DataGridView. To specify this color, use the RowDragPreviewShadowColor property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public Color RowDragPreviewShadowColor { get; }

Property Value

Type Description
Color

The color of the dragged row preview that is applied to the DataGridView.

See Also