IsReadOnly Property (PageCollection)
Gets a value indicating whether the
PageCollection is read-only.
public bool IsReadOnly {get;}
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Property Value
A
System.Boolean value.
true
if the
PageCollection is read-only; otherwise,
false
.