Back to Devexpress

TdxCustomLayoutItem.ActuallyVisible Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitem-e85b2e06.md

latest979 B
Original Source

TdxCustomLayoutItem.ActuallyVisible Property

Identifies if an item/group is currently visible.

Declaration

delphi
property ActuallyVisible: Boolean read;

Property Value

Type
Boolean

Remarks

The visibility of an individual item/group is specified via its Visible property. Individual items/groups may be invisible even if their Visible property is set to True (when a parent is invisible). Actual item/group visibility returned by the ActuallyVisible property reflects the visibility of an item/group based on its parent’s visibility.

See Also

TdxCustomLayoutItem Class

TdxCustomLayoutItem Members

dxLayoutContainer Unit