UploadControlStyles.Button Property
In This Article
Gets the style settings that define the appearance of buttons within the upload control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlButtonStyle Button { get; }
#Property Value
Type | Description |
---|---|
Upload |
An Upload |
#Remarks
Use the Button property to specify an appearance of Add, Upload, Remove, and Cancel buttons within upload control.
See Also