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

TdxCustomLayoutGroup.VisibleItems Property

Provides zero-based indexed access to immediate child elements that are visible in the group.

#Declaration

Delphi
property VisibleItems[Index: Integer]: TdxCustomLayoutItem read;

#Property Value

Type
TdxCustomLayoutItem

#Remarks

This property provides access to the elements whose Visible property is set to True. The index of the VisibleItems property is zero based and is often used in conjunction with the VisibleCount property to iterate through the list of visible elements.

See Also