Gets a value indicating whether the PageableListT has a fixed size.
Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public bool IsFixedSize { get; }
Property Value
Type: Booleantrue if the PageableListT is read-only. Otherwise false.
Implements
IListIsFixedSizeVersion Information
See Also