Skip to main content
A newer version of this page is available. .

SubBandCollection.Add(SubBand) Method

Appends the specified SubBand to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public int Add(
    SubBand item
)

Parameters

Name Type Description
item SubBand

A SubBand to add to the collection.

Returns

Type Description
Int32

An integer value, indicating the position into which the new element was inserted. If the control is already included in the collection, the return value indicates the existing position of the control inside the collection.

Remarks

This method adds the sub-band to the end of the collection.

See Also