Back to Devexpress

TdxCustomLayoutControl.AbsoluteItems Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-70d3bb2c.md

latest1.3 KB
Original Source

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

TdxCustomLayoutControl.AbsoluteItemCount

TdxCustomLayoutControl.AvailableItems

TdxCustomLayoutControl.Clear

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit