Skip to main content
Tab

BrowseButtonProperties Class

Contains settings specific to the browse button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class BrowseButtonProperties :
    UploadControlButtonPropertiesBase

The following members return BrowseButtonProperties objects:

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