LabelControlAppearanceObject.GetImage() Method
Gets the image to be displayed in a label control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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