Skip to main content

SearchControl.SearchTextBoxMinWidth Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

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