Click or drag to resize

DataStoreVirtualCollectionTIsReadOnly Property

Gets a value indicating whether this instance is read only.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsReadOnly { get; }

Property Value

Type: Boolean
true if this instance is read only; otherwise, false.

Implements

ICollectionTIsReadOnly
IListIsReadOnly
See Also