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.v24.2.dll
Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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