Panel
Last updated
Was this helpful?
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.
Border Colour
This colour will override the default border colour.
Title
A standard fieldset title.
Visible
Set to False if you don't want this control to render on the page and be visible to the user.
Last updated
Was this helpful?
Was this helpful?