NonVirtualizingLayoutContext.

ChildrenCore Property

Summary

Implements the behavior for getting the return value of Children in a derived or custom NonVirtualizingLayoutContext.
Namespace
Avalonia.Layout
Containing Type
NonVirtualizingLayoutContext

Syntax

protected abstract IReadOnlyList<ILayoutable> ChildrenCore { get; }

Value

Type Description
IReadOnlyList<ILayoutable>