|
|
|
|
VisibleItems Property, ItemCollectionClass Class |
Returns the total number of items in this item collection that are visible, including any immediate and indirect dependents that are visible.
Syntax ItemCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property VisibleItems As Integer |
C# |
public int VisibleItems { get; } |
C++ |
public: property int VisibleItems { |
Property Value
The total number of visible items.
Comments
The VisibleItems property returns the total number of items in this item collection that are visible, including any immediate and indirect dependents that are visible.
Items as considered visible if their parent item through the top-most parent are expanded. These items are not necessarily displayed in the control's client area.
TotalItems is similar to VisibleItems, but TotalItems includes hidden items also.