summaryP:DotNetNuke.UI.WebControls.DNNLabelEdit.EditEnabled

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

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute(true)]
public bool EditEnabled { get; set; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<DefaultValueAttribute(true)> 
Public Property EditEnabled As Boolean
	Get
	Set

See Also