Panel

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebPanel

          WebPanel

Description

The Panel component is a panel that is used to group components.

Comments

The component is a container for other visual components. All components on a panel inherit values of its enabled and visible properties. If a panel contains RadioButton components, their selection does not depend on selection of radio buttons located on the form or other panels.

The component has different properties available in the design mode and in the web form execution mode.

The component does not have events.

Example

See also:

Creating a Web Form and Components Layout