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

HyperlinkLabelControlAppearanceOptions.UseDisabledColor Property

Gets or sets whether to use the HyperlinkLabelControlAppearanceObject.DisabledColor property value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool UseDisabledColor { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the HyperlinkLabelControlAppearanceObject.DisabledColor property value is used; false, if the default color is used.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseDisabledColor
HyperlinkLabelControlAppearanceObject
.Options.UseDisabledColor
See Also