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

CustomHeaderButtonCollection.AddRange(CustomHeaderButton[]) Method

Adds an array of custom buttons to the current button collection.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public virtual void AddRange(
    CustomHeaderButton[] buttons
)

Parameters

Name Type Description
buttons CustomHeaderButton[]

A CustomHeaderButton object array that consists of the buttons to be added.

See Also