LoadOnDemandMode
Enum
Specifies the mode for load-on-demand functionality in data controls. This enumeration defines how additional data is loaded when the user reaches the end of the currently loaded data.
Definition
Fields
Load-on-demand is triggered automatically when the user scrolls to the end of the data. The control will automatically request more data without requiring user interaction.
C#
Automatic = 0
Load-on-demand requires manual user interaction to trigger loading more data. The user must explicitly request more data, typically through a button or gesture.
C#
Manual = 1