Skip to main content

HyperlinkLabelControl.AllowHtmlString Property

This property is not supported by the HyperlinkLabelControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AllowHtmlString { get; set; }

Property Value

Type Default
Boolean true
See Also