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

UploadControlButtonStyle Class

Contains style settings defining the button appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class UploadControlButtonStyle :
    AppearanceStyle

The following members return UploadControlButtonStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.ButtonStyle
UploadControlStyles.Button
ASP.NET Bootstrap Controls BootstrapUploadControl.ButtonStyle

Remarks

An object of the UploadControlButtonStyle type can be accessed via the ASPxUploadControl.ButtonStyle property of an upload control.

See Also