Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

public UploadControlButtonStyle ButtonStyle { get; }

Property Value

Type Description
UploadControlButtonStyle

An UploadControlButtonStyle object that contains style settings.

See Also