Skip to main content

CustomHeaderButtonCollection.Insert(Int32, CustomHeaderButton) Method

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

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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