Optional function to lazy load all children in the expanded node.

Namespace: Ico.WPF.Specialized.DataGridControl.Collections
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Func<IDataGridExpandable, Task<bool>> LoadChildrenAsync { get; set; }
Visual Basic
Public Property LoadChildrenAsync As Func(Of IDataGridExpandable, Task(Of Boolean))
	Get
	Set
JScript
function get LoadChildrenAsync () : Func<IDataGridExpandable, Task<boolean>>
function set LoadChildrenAsync (value : Func<IDataGridExpandable, Task<boolean>>)

See Also