Skip to main content
Tab

UploadControlStyles.Button Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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