ISearchControlProperties.ShowSearchButton Property
Gets or sets whether the search bar within this Search Panel should display its ‘Find’ button.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the search bar within this Search Panel should display its ‘Find’ button; otherwise, false. |
Remarks
The ShowSearchButton property specifies whether or not the search bar should display the ‘Find’ button. End-users can click this button to start searching the required text. Regardless of this button’s visibility, end-users can still press the Enter key to start the search or wait for the search to start automatically after the period of time specified by the ISearchControlProperties.FindDelay property.
See Also