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; }
Public ReadOnly Property IsFixedSize As Boolean
Get
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get
Property Value
Type:
Booleantrue if this instance is fixed size; otherwise,
false.
Implements
IListIsFixedSizeSee Also