LabelControlAppearanceObject.ImageList Property
This property is obsolete. Gets or sets the source of images to be displayed within the label.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object ImageList { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Object | null | An object that is an image collection providing images for the LabelControl. |
See Also