Skip to main content
A newer version of this page is available. .

LabelControlAppearanceObject.DisabledImage Property

OBSOLETE

Please use AppearanceDisabled instead.

Gets or sets the image to be displayed within the label when the control is disabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
[Obsolete("Please use AppearanceDisabled instead.")]
public virtual Image DisabledImage { get; set; }

Property Value

Type Default Description
Image *null*

A Image object that is displayed when the control is disabled.

Remarks

To provide an image to be displayed in the disabled state, you can also use the LabelControlAppearanceObject.DisabledImageIndex property. The image assigned to the DisabledImage property has a higher priority than the image referred to by the LabelControlAppearanceObject.DisabledImageIndex property.

See Also