Skip to content

pbPaged - cSelectionSource

Determines whether the selection source supports paged data loading

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbPaged
Access Type Syntax
Read Access: Get pbPaged to BooleanVariable
Write Access: Set pbPaged to BooleanVariable/Value

Description

If set to True, the selection source supports server-backed paged loading. The control requests another page when the user selects the show-more item. For non-data-aware sources, OnLoadItems must provide each requested page.

pbAllData, pbPaged, and pbSuggestions are mutually exclusive. Set exactly one of these properties to True for a selection source.

For data-aware sources, this property is automatically set to True; otherwise, it defaults to False.