[]
Represents the viewer's search panel properties.
public sealed class SearchPanel : SidebarPanel, IDisposable
| Name | Description |
|---|---|
| EnabledProperty | Identifies the Enabled dependency property. |
| VisibleProperty | Identifies the Visible dependency property. |
| Name | Description |
|---|---|
| Enabled | Gets or sets a value indicating whether the viewer's search panel is enabled. |
| EnabledRuntime | Gets or sets a value indicating whether the panel is enabled at runtime. |
| Text | Gets or sets a value indicating the text that displays in the header of the search panel. |
| Visible | Gets or sets a value indicating the visibility of the search panel. |
| VisibleRuntime | Gets or sets a value indicating whether the panel is visible at runtime. |
| Name | Description |
|---|---|
| Clear() | Clears the search results. |
| Dispose() | Disposes this instance. |