Skip to main content

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.v14.2.dll

#Declaration

public bool ShowFindButton { get; set; }

#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