Back to Devexpress

ASPxUploadControl.BrowseButton Property

aspnet-devexpress-dot-web-dot-aspxuploadcontrol-9d13d6e6.md

latest1.4 KB
Original Source

ASPxUploadControl.BrowseButton Property

Gets the settings of the browse button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

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

ASPxUploadControl Class

ASPxUploadControl Members

DevExpress.Web Namespace