Skip to main content

LabelControlAppearanceObject.Image Property

Stores the image that will be shown inside the LabelControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Image Image { get; set; }

Property Value

Type Description
Image

The image that will be shown inside the LabelControl.

See Also