Click or drag to resize

DataStoreVirtualCollectionTIsFixedSize 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

IListIsFixedSize
See Also