Back to Devexpress

BrowseButtonProperties.Image Property

aspnet-devexpress-dot-web-dot-browsebuttonproperties.md

latest1.5 KB
Original Source

BrowseButtonProperties.Image Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ButtonImageProperties Image { get; }
vb
Public Overridable ReadOnly Property Image As ButtonImageProperties

Property Value

TypeDescription
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

ImagePosition

BrowseButtonProperties Class

BrowseButtonProperties Members

DevExpress.Web Namespace