UploadControlSettings.BrowseButton Property
In This Article
Gets the settings of the Browse Button button.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public BrowseButtonProperties BrowseButton { get; }
#Property Value
Type | Description |
---|---|
Browse |
A Browse |
#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