Panel

You can use a panel control to group other controls together. A panel can optionally also have a title.

You can override the default Panel border colour in the properties and set a title.

You can also set the panel to be invisible when loading the screen and use a script to make it visible when some Event occurs on the page.



Properties

  1. Border Colour

    This colour will override the default border colour.

  2. Title

    A standard fieldset title.

  3. Visible

    Set to False if you don't want this control to render on the page and be visible to the user.

Last updated