Skip to main content
Tab

FileManagerToolbarStyle.FilterTextBoxWidth Property

Gets or sets the width of the filter‘s text box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit FilterTextBoxWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that represents the text box’s width.

See Also