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

ASPxUploadControl.ShowTextBox Property

Gets or sets if the text box is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowTextBox { get; set; }

Property Value

Type Default Description
Boolean **true**

true to show the text box; otherwise, false.

See Also