IChildrenSource Interface

Definition

Provides children nodes of a node

public interface class IChildrenSource : IDisposable
public interface IChildrenSource : IDisposable
type IChildrenSource = interface
    interface IDisposable
Public Interface IChildrenSource
Implements IDisposable
Derived
Implements

Properties

Extender

Gets extender object that created this source

ForceExpanded

Gets a value indicating whether the children should always be visible under the node.

Order

Gets the collection order. All nodes form each children collection stay together. groups are ordered by this field (higher order - goes to the bottom in view)

Methods

GetCollectionAsync()

Gets the collection of children nodes.

Applies to