Skip to main content

DragOverGridEventArgs.InsertIndicator Property

Gets or sets an image that is a custom insert indicator.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public Image InsertIndicator { get; set; }

Property Value

Type Description
Image

An Image object that specifies a custom insert indicator.

See Also