Skip to main content
Tab

ASPxHyperLink.ImageHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the image’s height.

Remarks

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

See Also