Skip to main content

TcxGridLevel.ActuallyVisible Property

Specifies whether the current level and all its parent (master) levels can be displayed.

Declaration

property ActuallyVisible: Boolean read;

Property Value

Type
Boolean

Remarks

Use the Visible property to hide a specific level. If the property is set to False, the View associated with this level is not displayed. Also all child levels are also hidden regardless their visibility.

The ActuallyVisible property returns True if the current level and all its parent (master) levels have the Visible property set to True. Otherwise, ActuallyVisible returns False.

To make a particular grid level (both root and child level) visible, call its MakeVisible method.

See Also