LayoutControlGroup.Items Property
In This Article
Provides access to the visible layout items owned by the current group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Items")]
public LayoutGroupItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#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