summaryP:DotNetNuke.UI.WebControls.DNNLabelEdit.RichTextEnabled

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyNameAttribute("richtext")]
[DefaultValueAttribute(false)]
[ClientPropertyAttribute]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool RichTextEnabled { get; set; }
Visual Basic
<ClientPropertyNameAttribute("richtext")> 
<DefaultValueAttribute(false)> 
<ClientPropertyAttribute> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property RichTextEnabled As Boolean
	Get
	Set

See Also