Back to Devexpress

UploadControlSettings.BrowseButton Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-uploadcontrolsettings-6b70d4f8.md

latest1.5 KB
Original Source

UploadControlSettings.BrowseButton Property

Gets the settings of the Browse Button button.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public BrowseButtonProperties BrowseButton { get; }
vb
Public ReadOnly Property BrowseButton As BrowseButtonProperties

Property Value

TypeDescription
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

File Upload

UploadControlSettings Class

UploadControlSettings Members

DevExpress.Web.Mvc Namespace