Back to Devexpress

LayoutGroup.Count Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-88b0a93d.md

latest1.3 KB
Original Source

LayoutGroup.Count Property

Gets the number of items that the current group owns.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int Count { get; }
vb
<Browsable(False)>
Public ReadOnly Property Count As Integer

Property Value

TypeDescription
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

Items

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace