LayoutGroup.Item[Int32] Property
In This Article
Provides indexed access to the items that belong to the current group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BaseLayoutItem this[int Index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
Index | Int32 | An integer that specifies the index of the required item. |
#Property Value
Type | Description |
---|---|
Base |
A Base |
#Remarks
This property provides indexed access to the items that belong to the current group. The index parameter can vary between 0 and LayoutGroup.Count - 1.
The items that belong to the group can also be accessed via the LayoutGroup.Items collection.
See Also