Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

TotalItems Property, ItemCollectionClass Class

Returns the total number of items in this item collection, including any immediate and indirect dependents.

Class: ItemCollectionClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int TotalItems { get; }
Public ReadOnly Property TotalItems As Integer

Value

The total number of items.

Comments

Returns the total number of items in this item collection, including any immediate and indirect dependents.

TotalItems is similar to ItemCollectionClass.VisibleItems, but TotalItems includes hidden items also.

See Also ItemCollectionClass Class | Classes | SftTree/NET 2.0