RepositoryItemHyperLinkEdit.Image Property
Gets or sets the image displayed within the edit box.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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:
See Also