Skip to main content
A newer version of this page is available. .

SearchControl.SearchTextBoxMinWidth Property

Gets or sets the minimum width of the search control text input area.

Namespace: DevExpress.Xpf.Editors

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

Declaration

[Browsable(false)]
public double SearchTextBoxMinWidth { get; set; }

Property Value

Type Description
Double

A minimum width of the search control text input area.

See Also