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

RepositoryItemSearchControl.ShowDefaultButtonsMode Property

Gets or sets the mode in which the Search and Clear buttons are displayed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(ShowDefaultButtonsMode.Default)]
public ShowDefaultButtonsMode ShowDefaultButtonsMode { get; set; }

Property Value

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.

Remarks

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

SearchControl_ShowDefaultButtonsMode _AutoChangeSearchToClear

AutoShowClear

The Clear Button is displayed if the text is typed in the search box

SearchControl_ShowDefaultButtonsMode _AutoShowClear

Always

Both the Search and Clear Buttons are always displayed

SearchControl_ShowDefaultButtonsMode _Always

The RepositoryItemSearchControl.ShowClearButton and RepositoryItemSearchControl.ShowSearchButton settings override the ShowDefaultButtonsMode setting.

See Also