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

BrowseButtonProperties Class

Contains settings specific to the browse button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class BrowseButtonProperties :
    UploadControlButtonPropertiesBase

The following members return BrowseButtonProperties objects:

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

Remarks

An object of the BrowseButtonProperties type can be accessed via the ASPxUploadControl.BrowseButton property.

See Also