ASPxUploadControl.BrowseButton Property
Gets the settings of the browse button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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