Skip to main content
A newer version of this page is available. .

LayoutControlGroup.Items Property

Provides access to the visible layout items owned by the current group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[DXCategory("Items")]
public LayoutGroupItemCollection Items { get; }

Property Value

Type Description
LayoutGroupItemCollection

A LayoutGroupItemCollection object which represents the collection of visible layout items.

Remarks

The group’s Items collection contains only visible layout items. Individual items can be accessed using index notation. To access all the layout items owned by the LayoutControl, use the LayoutControl.Items property.

See Also