Skip to main content
Tab

ASPxUploadControl.ButtonStyle Property

Gets the style settings which define the appearance of add button, cancel button, remove button, and upload button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlButtonStyle ButtonStyle { get; }

Property Value

Type Description
UploadControlButtonStyle

An UploadControlButtonStyle object that contains style settings.

See Also