Optional function to determine if we need 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, bool> HasChildren { get; set; }
Visual Basic
Public Property HasChildren As Func(Of IDataGridExpandable, Boolean)
	Get
	Set
JScript
function get HasChildren () : Func<IDataGridExpandable, boolean>
function set HasChildren (value : Func<IDataGridExpandable, boolean>)

See Also