Skip to main content

CustomHeaderButtonCollection.AddRange(CustomHeaderButton[]) Method

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

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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