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

LayoutGroup.Count Property

Gets the number of items that the current group owns.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public int Count { get; }

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