UploadControlStyles.TextBox Property
In This Article
Gets the style settings that define the appearance of text boxes within the upload control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlTextBoxStyle TextBox { get; }
#Property Value
Type | Description |
---|---|
Upload |
An Upload |
See Also