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

AddButtonProperties Class

Contains settings specific to add buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class AddButtonProperties :
    UploadControlButtonProperties

The following members return AddButtonProperties objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapUploadControl.AddButton
ASP.NET Web Forms Controls ASPxUploadControl.AddButton
UploadControlSettings.AddButton

Remarks

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

See Also