Skip to main content

EditorButtonCollection.Remove(EditorButton) Method

Removes the specified button from the current collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Remove(
    EditorButton button
)

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