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

CustomHeaderButtonCollection.Assign(CustomHeaderButtonCollection) Method

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

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v19.1.dll

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