SearchControl.ShowFindButton Property
Gets or sets whether the SearchControl displays the Find button. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the SearchControl displays the Find button; otherwise, false. |
Remarks
If the SearchControl.FindMode property is set to FindClick, the Find button allows end-users to apply the filtering. If the SearchControl.FindMode property is set to Always, the Find button is not displayed, regardless of the value of the ShowFindButton property.
See Also