LayoutGroup.Count Property
In This Article
Gets the number of items that the current group owns.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the number of items that the current group own. |
#Remarks
Items owned by the current group can be accessed via the LayoutGroup.Items collection. The Count property returns the number of items in this collection.
See Also