Skip to main content

SearchControl.ShowCloseButton Property

Gets or sets whether the SearchControl displays the Close button. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool ShowCloseButton { get; set; }

#Property Value

Type Description
Boolean

true if the SearchControl displays the Close button; otherwise, false.

See Also