Skip to main content

RepositoryItemHyperLinkEdit.Image Property

Gets or sets the image displayed within the edit box.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image Image { get; set; }

Property Value

Type Default Description
Image null

A Image object which represents the image displayed within the edit box.

Remarks

Use the Image property to specify an image for the hyperlink editor. The alignment of the image is specified by the RepositoryItemHyperLinkEdit.ImageAlignment property. If the image is centered, no text is displayed within the edit box.

The image below shows a hyperlink editor with an image assigned:

HyperLink_GlyphAlignment_Near

See Also