Skip to main content

EditorButtonCollection.IndexOf(EditorButton) Method

Gets the position of the specified button in the current button collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    EditorButton button
)

Parameters

Name Type Description
button EditorButton

The EditorButton object to locate in the collection.

Returns

Type Description
Int32

The zero-based index of the button in the collection.

Remarks

The IndexOf method returns the position of the specified button in the current button collection. If the button does not belong to the collection, the function returns -1.

See Also