|
Property Name |
Type |
Description |
| AutoHide |
bool |
If true, the title bar and frame of the floating panel are hidden until the
user hovers over the floating panel. The child controls are still displayed by
default. |
| CloseButton |
bool |
Whether to display a close (x) button in the upper right of the floating panel.
If false, the user cannot close the floating panel.
|
| Docked |
bool |
Gets or sets the value indicating whether the panel will be an immediate child
of the html document's body or whether it is docked in its parent. |
| DockingContainerElementID |
string |
Gets or sets the ID of the container that will be used to dock with. |
| Draggable |
bool |
Whether to allow the user to move the floating panel. |
| Expanded |
bool |
Whether to start up the page with the floating panel expanded. If false, the
floating panel starts collapsed and displays only its title bar.
|
| ExpandCollapseButton |
bool |
Whether to display a button in the title bar of the floating panel that allows
users to collapse or expand the floating panel. If false, the user cannot
expand/collapse the floating panel.
|
| HeightResizable |
bool |
Gets or sets a value indicating whether the panel's height is resizable. |
| HelpUrl |
string |
The url to the help file displayed by the help button |
| ShowDockButton |
bool |
Gets or sets a value indicating whether the panel is able to be docked and
undocked from its container. |
| ShowDockedContextMenu |
bool |
Gets or sets a value indicating whether the context menu is shown when the
panel is docked. |
| ShowHelp |
bool |
Whether to show the help button
|
| Title |
string |
Title text to display in the title bar of the floating panel. |
| TitleBarBackgroundImage |
string |
Gets or sets the URL of the image to be used when rendering the Title Bar. |
| TitleBarColor |
Color |
Color of the title bar of the floating panel. |
| TitleBarCssClass |
string |
Gets or sets the CSS Class to be used by the Title Bar. |
| TitleBarForeColor |
Color |
Gets or sets the foreground color (typically the color of the text) of the Web
server control (inherited from WebControl). |
| TitleBarHeight |
Unit |
Gets or sets the value indicating the height of the Title Bar. |
| TitleBarSeparatorLine |
bool |
Gets or sets a value specifying whether to have a separator between
the Title Bar and body of the panel. |
| Transparency |
int |
Value between 0 - 100 that represents a percentage of transparency for the
floating panel and its contents. A value of 0 means the floating
panel is completely opaque and a value of 100 equals completely
transparent. Note that transparency only applies when the floating
panel is being actively moved (dragged) on the page at
runtime.
|
| Visible |
bool |
Gets or sets a value that indicates whether a server control is
rendered as UI on the page (inherited from Control). |
| WidthResizable |
bool |
Gets or sets a value indicating whether the panel's width is resizable. |