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