Skip to main content

DragOverGridEventArgs.InsertIndicatorSize Property

Gets or sets the size of the default insert indicator.

Namespace: DevExpress.XtraGrid.Views.Grid

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