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

UploadControlStyles.BrowseButton Property

Gets the style settings that define the appearance of browse buttons within the upload control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlBrowseButtonStyle BrowseButton { get; }

Property Value

Type Description
UploadControlBrowseButtonStyle

An UploadControlBrowseButtonStyle object containing style settings.

See Also