TreeListPersistentLayoutCollection<T>.Count Property
Returns the number of items in the collection.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of items. |
Remarks
Refer to the TreeListPersistentLayoutCollection<T> class description for more information and an example.
See Also