Skip to main content
Version: 3.5

PanelAutoShowMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a collapsed Panel automatically shows its content.

public enum PanelAutoShowMode : Enum

Fields

NameDescription
NeverThe content is never shown unless the panel is expanded.
OnClickThe content is shown when the collapsed header is clicked.
OnPointerOverThe content is shown when the mouse moves over the collapsed header.

Used By

NameDescription
Panel.AutoShowReturns or sets a value that indicates whether the collapsed panel is automatically expanded when the mouse hovers over the title bar.