EditorButtonCollection.IndexOf(EditorButton) Method
Gets the position of the specified button in the current button collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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