|
|
|
|
TotalItems Property, ItemCollectionClass Class |
Returns the total number of items in this item collection, including any immediate and indirect dependents.
Syntax ItemCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property TotalItems As Integer |
C# |
public int TotalItems { get; } |
C++ |
public: property int TotalItems { |
Property Value
The total number of items.
Comments
The TotalItems property returns the total number of items in this item collection, including any immediate and indirect dependents.
TotalItems is similar to VisibleItems, but TotalItems includes hidden items also.