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

ASPxHyperLink.ImageWidth Property

Gets or sets the width of the image displayed within the hyperlink editor control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ImageWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the image’s width.

Remarks

This property is a wrapper of the HyperLinkProperties.ImageWidth property.

See Also