CustomHeaderButtonCollection.AddRange(CustomHeaderButton[]) Method
Adds an array of custom buttons to the current button collection.
Namespace: DevExpress.XtraTab.Buttons
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
buttons | CustomHeaderButton[] | A CustomHeaderButton object array that consists of the buttons to be added. |
See Also