Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ListViewLoadOnDemandMode

Defines the possible types of load-on-demand behavior that can be used with RadListView. Values are applied to the loadOnDemandMode property.

Index

Enumeration members

Enumeration members

Auto

Auto:

A request for more items will automatically be initiated after the user approaches the end of the scrollable list.

Manual

Manual:

A special load-on-demand item is appended at the end of the scrollable list which, when clicked initiates a request for more items.

None

None:

Load on demand is disabled.

Generated using TypeDoc