Skip to main content
A newer version of this page is available. .

EditorButtonCollection.Remove(EditorButton) Method

Removes the specified button from the current collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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