Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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