Sandbox Logo

Panel.Descendants

IEnumerable<Panel> Descendants { get; set; }

Description

List of all panels that are attached to this panel, recursively, i.e. all <see cref="P:Sandbox.UI.Panel.Children">children</see> of this panel, children of those children, etc.

Return

User Comments