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

RepositoryItemTextEdit.ContextImage Property

Gets or sets a custom image displayed at the editor’s edge, specified by the RepositoryItemTextEdit.ContextImageAlignment property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Image *null*

A custom image displayed at the editor’s edge.

Remarks

The image specified by the ContextImage property cannot be cleared or modified by an end-user.

The ContextImage property is equivalent to the RepositoryItemTextEdit.ContextImageOptions.Image property (see RepositoryItemTextEdit.ContextImageOptions).

See Also