Skip to main content
All docs
V25.1
  • DragOverGridEventArgs.InsertIndicator Property

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

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.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