windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemsearchcontrol-19d65aed.md
Gets or sets the mode in which the Search and Clear buttons are displayed.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(ShowDefaultButtonsMode.Default)]
[DXCategory("Behavior")]
public ShowDefaultButtonsMode ShowDefaultButtonsMode { get; set; }
<DXCategory("Behavior")>
<DefaultValue(ShowDefaultButtonsMode.Default)>
Public Property ShowDefaultButtonsMode As ShowDefaultButtonsMode
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.Repository.ShowDefaultButtonsMode | Default |
A ShowDefaultButtonsMode enumeration value that specifies the mode in which the Search and Clear buttons are displayed.
|
The ShowDefaultButtonsMode property allows you to specify how the SearchControl displays its default buttons. The ShowDefaultButtonsMode enumeration provides the following values:
|
Value
|
Description
| | --- | --- | |
AutoChangeSearchToClear and Default
|
The Search Button changes to the Clear Button if the text is typed in the search box
| |
AutoShowClear
|
The Clear Button is displayed if the text is typed in the search box
| |
Always
|
Both the Search and Clear Buttons are always displayed
|
The RepositoryItemSearchControl.ShowClearButton and RepositoryItemSearchControl.ShowSearchButton settings override the ShowDefaultButtonsMode setting.
See Also
RepositoryItemSearchControl Class