Sandbox Logo

Widget.Parent

Widget Parent { get; set; }

Description

Parent widget. If non null, position of this widget will be relative to the parent widget. Certain events will also propagate to the parent widget if unhandled.

Return

User Comments