MobileForms Toolkit Documentation

AdvancedTree.DelayLoad Property

Gets or sets the delay load option.

public bool DelayLoad {get; set;}

Property Value

true, if delay load is applied, false otherwise.

Remarks

If delay load is applied, only partial data are loaded and new data are added only if user scrolls the control. Otherwise all the data are loaded. The number of loaded data is determined by the page size.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace