Skip to main content
A newer version of this page is available. .
Tab

UploadControlStyles.Button Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlButtonStyle Button { get; }

Property Value

Type Description
UploadControlButtonStyle

An UploadControlButtonStyle object containing style settings.

Remarks

Use the Button property to specify an appearance of Add, Upload, Remove, and Cancel buttons within upload control.

See Also