RepositoryItemSearchControl.CreateDefaultButton() Method
Creates the default buttons (Search, Clear and MRU).
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Remarks
The SearchControl supports the following default buttons:
- Search — see the RepositoryItemSearchControl.ShowSearchButton property,
- Clear — see the RepositoryItemSearchControl.ShowClearButton property,
- MRU – Most Recent Used — see the RepositoryItemSearchControl.ShowMRUButton property.
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