BrowseButtonProperties.Image Property
In This Article
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 |
---|---|
Button |
A Button |
#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