A read-only collection that contains all visible items in the C1TabControl

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public ReadOnlyCollection<Object> VisibleItems { get; }
Visual Basic
Public ReadOnly Property VisibleItems As ReadOnlyCollection(Of Object)
	Get

See Also