# PanelAutoShowMode

URL: https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.panelautoshowmode

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Specifies how a collapsed [Panel](/api/wisej.web/containers/wisej.web.panel) automatically shows its content.

- C# - VB.NET

```csharp
public enum PanelAutoShowMode : Enum
```

```visual
Public Enum PanelAutoShowMode As [Enum]
```

## Fields

| Name | Description | **Never** | The content is never shown unless the panel is expanded. | **OnClick** | The content is shown when the collapsed header is clicked. | **OnPointerOver** | The content is shown when the mouse moves over the collapsed header. 

## Used By

| Name | Description | [Panel.AutoShow](/api/wisej.web/containers/wisej.web.panel#autoshow) | Returns or sets a value that indicates whether the collapsed panel is automatically expanded when the mouse hovers over the title bar.
