Skip to main content

CustomHeaderButtonCollection.IndexOf(CustomHeaderButton) Method

Gets the specified button’s position in the current CustomHeaderButtonCollection.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    CustomHeaderButton button
)

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