Gets a value indicating whether the IList is read-only.

Namespace: Ico.WPF.Specialized.DataGridControl.Collections
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
	Get
JScript
final function get IsReadOnly () : boolean

Implements

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

See Also