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

BrowseButtonProperties.Image Property

Gets the settings of an image which is displayed within the browse button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual ButtonImageProperties Image { get; }

Property Value

Type Description
ButtonImageProperties

A ButtonImageProperties object that contains image settings.

Remarks

Use the Image property to specify the browse button’s image. The image position within the button is specified by the PagerButtonProperties.ImagePosition property.

See Also