Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Image property instead.")]
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