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

    Gets or sets the size of the default insert indicator.

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public Size InsertIndicatorSize { get; set; }

    Property Value

    Type Description
    Size

    A structure that specifies a size.

    See Also