|
|
|
|
TotalVisibleCount Property, ItemClass Class |
Returns the total number of immediate and indirect dependents that are visible.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property TotalVisibleCount As Integer |
C# |
public int TotalVisibleCount { get; } |
C++ |
public: property int TotalVisibleCount { |
Property Value
The total visible number of immediate and indirect dependents.
Comments
The TotalVisibleCount property returns the total number of 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.