Gets and Sets the related Edit Control

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

Syntax

C#
[BrowsableAttribute(false)]
public Control EditControl { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
Public Property EditControl As Control
	Get
	Set

Field Value

A Control

See Also