CustomHeaderButtonCollection.Assign(CustomHeaderButtonCollection) Method
Copies buttons from the specified CustomHeaderButtonCollection object to the current CustomHeaderButtonCollection object.
Namespace: DevExpress.XtraTab.Buttons
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| collection | CustomHeaderButtonCollection | The CustomHeaderButtonCollection object that is the source button collection. |
Remarks
Use the Assign method to copy buttons from the specified button collection to the current collection.
See Also