EditorButtonCollection.Remove(EditorButton) Method
Removes the specified button from the current collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
button | EditorButton | A button to remove from the collection. |
Returns
Type | Description |
---|---|
Boolean | true if removed from the collection; otherwise, false. |
See Also