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

Glossary Item Box

Sets or returns the index of the currently selected panel of the sidebar.

Syntax

Visual Basic (Declaration) 
Public Property SelectedIndex As System.Integer
C# 
public System.int SelectedIndex {get; set;}

See Also