Sandbox Logo

Widget.Hidden

bool Hidden { get; set; }

Description

Whether this widget is hidden. This differs from Visible because this will return the state for this particular widget, where as Visible returns false if a parent is hidden etc.

Return

User Comments