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
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit ImageWidth { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property ImageWidth As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit value representing the image's width. |
Remarks
This property is a wrapper of the HyperLinkProperties.ImageWidth property.
See Also
Feedback