Click or drag to resize

DataStoreVirtualCollection<T>.IsFixedSize Property

Gets a value indicating whether this instance is fixed size.

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

Property Value

Type: Boolean
true if this instance is fixed size; otherwise, false.

Implements

IList.IsFixedSize
See Also