|
ASP.NET Show documentation - Panel Properties
|
| |
|
OboutInc.Show namespace
<%@ Register TagPrefix="obshow" Namespace="OboutInc.Show" Assembly="obout_Show_Net" %>
Constructor
Panel
|
OboutInc.Show.Panel()
OboutInc.Show.Panel(string content, bool selected, PanelType panelType)
- content - Panel content
- selected - True if the panel will be selected as default Show's panel.
- panelType - PanelType enumeration. All posible values: InnerHtml, Url, ImagePath.
OboutInc.Show.Panel(string content, PanelType panelType)
- content - Panel content
- panelType - PanelType enumeration. All posible values: InnerHtml, Url, ImagePath.
|
|
|
|
|
Panel Properties
InnerHtml
|
String. Html content of the panel.
In this case PanelType is InnerHtml
Optional.
|
Url
|
String. Path to the page loaded inside the panel.
In this case PanelType is Url.
Optional.
|
ImagePath
|
String. Path to the image loaded inside the panel.
In this case PanelType is ImagePath.
Optional.
|
Selected
|
Bool. Specified if the panel will be selected as default Show's panel.
Optional.
|
PanelType
|
PanelType enumeration.
The panel's content type.
All posible values of the property:
- InnerHtml
- panel content is html.
- Url
- panel content is page.
- ImagePath
- panel content is image.
Default value is InnerHtml.
Optional.
|
|
|
|
|
| "I have downloaded the grid and I enjoy working with it.
I was also evaluating the Infragisticts package,
but found your product easier to get going and easier to configure." |
Henrik Kristensen. |
| Lumina Systems Delivery |
| |
|