Skip to main content
Tab

UploadControlStyles.TextBox Property

Gets the style settings that define the appearance of text boxes within the upload control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlTextBoxStyle TextBox { get; }

Property Value

Type Description
UploadControlTextBoxStyle

An UploadControlTextBoxStyle object containing style settings.

See Also