Skip to main content
Tab

UploadControlBrowseButtonStyle.Width Property

Gets or sets the browse button width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public override Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that is the editor button width.

See Also