PageableListT Constructor (PageableListSettings)

Spotfire 14.3 API Reference

Namespace:  Spotfire.Dxp.Data.Collections
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public PageableList(
	PageableListSettings settings
)

Parameters

settings
Type: Spotfire.Dxp.Data.CollectionsPageableListSettings
The settings to apply to the list. The settings are only used to initialize the list. No reference to the object is kept.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if <T> is an unsupported type
Remarks

If CanReplaceValue is false the only allowed operations to update values are Add(T) and Add(Object)
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference