Back to Devexpress

GridSummaryItemCollection.AddRange(GridSummaryItem[]) Method

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitemcollection-dot-addrange-x28-devexpress-dot-xtragrid-dot-gridsummaryitem-x29.md

latest2.0 KB
Original Source

GridSummaryItemCollection.AddRange(GridSummaryItem[]) Method

Adds an array of summary item objects to the collection.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual void AddRange(
    GridSummaryItem[] items
)
vb
Public Overridable Sub AddRange(
    items As GridSummaryItem()
)

Parameters

NameTypeDescription
itemsGridSummaryItem[]

An array of GridSummaryItem objects to be added to the collection.

|

Remarks

This method uses the GridSummaryItemCollection.BeginUpdate and GridSummaryItemCollection.EndUpdate methods to prevent the collection from being updated until all items from the specified array have been added.

See Also

Add

BeginUpdate()

EndUpdate()

GridSummaryItemCollection Class

GridSummaryItemCollection Members

DevExpress.XtraGrid Namespace