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

ButtonStyle Class

Defines style settings for buttons that can be displayed within the ASPxUploadControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ButtonStyle :
    AppearanceStyle

Remarks

The ButtonStyle class contains settings that define the style of buttons (such as an add button, remove button, upload button) within the ASPxUploadControl.

An object of the ButtonStyle type can be accessed via the ASPxUploadControl‘s ASPxUploadControl.ButtonStyle property.

See Also