summaryP:DotNetNuke.Web.UI.WebControls.UniformControlCollection`2.IsReadOnly

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

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
	Get

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly

See Also