Skip to main content
Tab

ASPxUploadControl.ShowTextBox Property

Gets or sets if the text box is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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