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

CustomHeaderButtonCollection.Insert(Int32, CustomHeaderButton) Method

Inserts a custom header button to the CustomHeaderButtonCollection at the specified index.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void Insert(
    int index,
    CustomHeaderButton button
)

Parameters

Name Type Description
index Int32

An integer value that is an index at which the custom header button is inserted.

button CustomHeaderButton

A CustomHeaderButton object that is the custom header button to be inserted.

See Also