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

UploadButtonProperties Class

Contains settings specific to the upload button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadButtonProperties :
    UploadControlButtonProperties

The following members return UploadButtonProperties objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.UploadButton
ASP.NET MVC Extensions UploadControlSettings.UploadButton

Remarks

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

See Also