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.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlButtonStyle :
    AppearanceStyle

The following members return UploadControlButtonStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapUploadControl.ButtonStyle
ASP.NET Web Forms Controls ASPxUploadControl.ButtonStyle
UploadControlStyles.Button

Remarks

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

See Also