Skip to main content
Tab

AddButtonProperties Class

Contains settings specific to add buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class AddButtonProperties :
    UploadControlButtonProperties

The following members return AddButtonProperties objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxUploadControl.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