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

RepositoryItemHyperLinkEdit.Picture Property

OBSOLETE

Use the Image property instead.

Gets or sets the image displayed within the edit box.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("Use the Image property instead.")]
[Browsable(false)]
public Image Picture { get; set; }

Property Value

Type Description
Image

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

Remarks

This property is obsolete. Use the RepositoryItemHyperLinkEdit.Image property instead.

See Also