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

FileManagerToolbarStyle.FilterTextBoxWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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