IChildrenSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |