Skip to main content
Tab

BrowseButtonProperties.Image Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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