Skip to main content

CustomHeaderButtonCollection.Assign(CustomHeaderButtonCollection) Method

Copies buttons from the specified CustomHeaderButtonCollection object to the current CustomHeaderButtonCollection object.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Assign(
    CustomHeaderButtonCollection collection
)

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