Table of Contents

Property AllChildren

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AllChildren

Gets Children or an empty array if there are no child controls.

[Browsable(false)]
public IReadOnlyList<Control> AllChildren { get; }

Property Value

IReadOnlyList<Control>

Remarks

This method doesn't allocate memory if there are no children.