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

Declaration

public class AddButtonProperties :
    UploadControlButtonProperties

The following members return AddButtonProperties objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.AddButton
UploadControlSettings.AddButton
ASP.NET Bootstrap Controls BootstrapUploadControl.AddButton

Remarks

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

See Also