Skip to main content

LabelControlAppearanceObject.DisabledImage Property

OBSOLETE

Please use AppearanceDisabled instead.

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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.

See Also