Skip to main content
Tab

UploadButtonProperties Class

Contains settings specific to the upload button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadButtonProperties :
    UploadControlButtonProperties

The following members return UploadButtonProperties objects:

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