HyperlinkLabelControl.AllowHtmlString Property
This property is not supported by the HyperlinkLabelControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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