CustomHeaderButtonCollection.IndexOf(CustomHeaderButton) Method
Gets the specified button’s position in the current CustomHeaderButtonCollection.
Namespace: DevExpress.XtraTab.Buttons
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
button | CustomHeaderButton | The CustomHeaderButton object to locate. |
Returns
Type | Description |
---|---|
Int32 | The zero-based index of the button in the CustomHeaderButtonCollection. |
Remarks
The IndexOf method returns the position of the specified custom header button in the current custom header button collection. If the button does not belong to the collection, the function returns -1.
See Also