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

UploadControlSettings.BrowseButton Property

Gets the settings of the Browse Button button.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public BrowseButtonProperties BrowseButton { get; }

Property Value

Type Description
BrowseButtonProperties

A BrowseButtonProperties 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