CustomHeaderButtonCollection.Insert(Int32, CustomHeaderButton) Method
Inserts a custom header button to the CustomHeaderButtonCollection at the specified index.
Namespace: DevExpress.XtraTab.Buttons
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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