Skip to main content

LabelControlAppearanceObject.GetImage() Method

Gets the image to be displayed in a label control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Image GetImage()

Returns

Type Description
Image

An Image object to be displayed in the label.

Remarks

Use the inherited AppearanceObject.Image or LabelControlAppearanceObject.ImageIndex property to assign an image to a Label Control.

See Also