The selectall mode of the TreeList - how the select column checkbox behaves.
Definition
Fields
Select All checkbox will select all data.
C#
All = 1
Select All checkbox will select only the records within the current context (ex: page, or filtered data).
C#
Current = 0