Back to Devexpress

DataGridView.RowDragPreviewShadowColor Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-a24f7d28.md

latest1.3 KB
Original Source

DataGridView.RowDragPreviewShadowColor Property

Gets or sets the shadow color of the dragged row preview.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
[XtraSerializableProperty]
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.XamarinForms.DataGrid Namespace