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

NuGet Package: DevExpress.Web

Declaration

public class AddButtonProperties :
    UploadControlButtonProperties

The following members return AddButtonProperties objects:

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

Remarks

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

See Also