Skip to main content

RepositoryItemSearchControl.CreateDefaultButton() Method

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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