ActiveReports 8
TocPanel Class Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Viewer.Wpf.v8 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace : TocPanel Class

Glossary Item Box

The following tables list the members exposed by TocPanel.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)EnabledPropertyGets or sets the value determines whether the viewer's table of contents panel is enabled.  
Public Fieldstatic (Shared in Visual Basic)VisiblePropertyGets or sets the value determines whether the viewer's table of contents panel is visible.
 
Top

Public Properties

 NameDescription
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyEnabledGets or sets the value determines whether the viewer's table of contents panel is enabled.
 
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertySelectedItemSets or returns the  currently selected item in the table of contents.
 
Public PropertyVisibleGets or sets the value determines whether the viewer's table of contents panel is visible.
 
Top

Public Methods

 NameDescription
Public MethodClearOverridden. Clears the table of contents panel.
 
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodDisposeOverridden. Releases the resources used by the table of contents panel.
 
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodRefreshOverridden. Forces the table of contents panel to invalidate its client area and immediately redraw itself and any child controls.
 
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

See Also