OutlineCollection.VisibleCount

OutlineCollection.VisibleCount property

Count is the sum of the number of visible descendent outline items at all levels. Note: please don’t confuse with Count which is number if items in collection.

public override int VisibleCount { get; }

See Also