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

TdxCustomLayoutControl.AbsoluteItems Property

Provides indexed access to the layout control’s elements.

#Declaration

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

#Property Value

Type
TdxCustomLayoutItem

#Remarks

The collection contains all types of layout elements – layout items, layout groups, and hidden elements.

Index specifies the layout element’s index in the collection.

The total number of layout elements can be obtained via the AbsoluteItemCount property.

See Also