windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-isearchcontrolproperties-56c4351b.md
Gets or sets the way the clear button within this Search Panel is shown.
Namespace : DevExpress.XtraBars.Docking2010.Customization
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
ClearButtonShowMode ClearButtonShowMode { get; set; }
Property ClearButtonShowMode As ClearButtonShowMode
| Type | Description |
|---|---|
| DevExpress.XtraBars.Docking2010.Customization.ClearButtonShowMode |
A DevExpress.XtraBars.Docking2010.Customization.ClearButtonShowMode enumerator value that specifies the way the clear button within this Search Panel is shown.
|
A clear button within the Search Panel can be displayed differently depending on the ClearButtonShowMode property values:
Important
Do not set the ISearchControlProperties.FindDelay property to 0 if the ClearButtonShowMode property equals ReplaceSearchButton : since neither search button will be displayed when the text is entered, nor auto-search is enabled. This will make it impossible to search for the entered text.
See Also
ISearchControlProperties Interface