Gets and Sets whether a Dynamic Column has been added

Namespace: DotNetNuke.Security.Permissions.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool DynamicColumnAdded { get; set; }
Visual Basic
Public Property DynamicColumnAdded As Boolean
	Get
	Set

See Also