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

RepositoryItemSearchControl.CreateDefaultButton() Method

Creates the default buttons (Search, Clear and MRU).

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override void CreateDefaultButton()

Remarks

The SearchControl supports the following default buttons:

The CreateDefaultButton method creates these default buttons and adds them to the RepositoryItemSearchControl.Buttons collection. You can add custom buttons to this collection, if required.

See Also