DataGridViewActualAppearance.RowDragPreviewShadowColor Property
In This Article
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
C#
public Color RowDragPreviewShadowColor { get; }
#Property Value
Type | Description |
---|---|
Color | The color of the dragged row preview that is applied to the Data |
See Also