[]
Represents the viewer's sidebar, exposing public API for accessing various panels.
public sealed class Sidebar : DependencyObject, IDisposable
| Name | Description |
|---|---|
| SelectedIndexProperty | Identifies the SelectedIndex dependency property. |
| WidthProperty | Identifies the Width dependency property. |
| Name | Description |
|---|---|
| ParametersPanel | Gets a value representing the panel that displays the parameters for the currently displayed report. |
| SearchPanel | Gets a value representing the panel that displays the search results for the currently displayed report. |
| SelectedIndex | Gets or sets a value indicating the index of the current active panel. |
| ThumbnailsPanel | Gets a value representing the panel that displays the thumbnails for the currently displayed report. |
| TocPanel | Gets a value representing the panel that displays the Table of Contents for the currently displayed report. |
| Width | Gets or sets a value indicating the sidebar width. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ToggleVisibility() | Toggles the visibility of the sidebar. |
| Name | Description |
|---|---|
| SelectedIndexChanged | Occurs when the selected pane index changes, typically when the user switches between different panels in the viewer. |