ActiveReports Developer 7
SelectedItem Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > TocPanel Class : SelectedItem Property

Glossary Item Box

Sets or returns the  currently selected item in the table of contents.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SelectedItem As System.Object
C# 
public System.object SelectedItem {get;}

See Also