Version

Hidden Property (UltraGridGroup)

Determines whether the object will be displayed. This property is not available at design-time.
Syntax
'Declaration
 
Public Property Hidden As Boolean
public bool Hidden {get; set;}
Remarks

The Hidden property determines whether an object is visible. Hiding an object may have have effects that go beyond simply removing it from view. For example, hiding a band also hides all the rows in that band. Also, changing the Hidden property of an object affects all instances of that object. For example, a hidden column or row is hidden in all scrolling regions.

There may be instances where the Hidden property cannot be changed. For example, you cannot hide the currently active rowscrollregion or colscrollregion. If you attempt to set the Hidden property of the active rowscrollregion to True, an error will occur.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also