PanelAutoShowMode
Wisej.Web.PanelAutoShowMode
Last updated
Wisej.Web.PanelAutoShowMode
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a collapsed Panel automatically shows its content.
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. |
Name | Description |
---|---|
Returns or sets a value that indicates whether the collapsed panel is automatically expanded when the mouse hovers over the title bar. |