Skip to main content
All docs
V25.2
  • 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