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

BootstrapUploadControl.BrowseButton Property

Gets the settings of the browse button.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBrowseButtonProperties BrowseButton { get; }

Property Value

Type Description
BootstrapBrowseButtonProperties

A BootstrapBrowseButtonProperties object that specifies the browse button’s properties.

Remarks

Use the BrowseButton property to access the settings defining a specific browse button that allows you to select a file for uploading.

See Also