Skip to main content

ChildNodeSelector(Func<Object, IEnumerable>) Constructor

Initializes a new instance of the ChildNodeSelector class with specified settings.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public ChildNodeSelector(
    Func<object, IEnumerable> childNodeSelector
)

Parameters

Name Type
childNodeSelector Func<System.Object, IEnumerable>
See Also