Returns whether or not a collection is read-only.

Namespace:  C1.Web.UI.Controls.C1GridView.Data
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also