#CollapsiblePanelPart

##Properties

Datatype Property name Property description Default Value
String AccessKey Gets or sets the access key that allows you to quickly navigate to the Web server control. inherited from concrete class
String AppRelativeTemplateSourceDirectory Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. inherited from concrete class
AttributeCollection Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. inherited from concrete class
Color BackColor Gets or sets the background color of the Web server control. inherited from concrete class
String BackImageUrl Gets or sets the URL of the background image for the panel control. inherited from concrete class
Control BindingContainer Gets the control that contains this control's data binding. inherited from concrete class
Color BorderColor Gets or sets the border color of the Web control. inherited from concrete class
BorderStyle BorderStyle Gets or sets the border style of the Web server control. inherited from concrete class
Unit BorderWidth Gets or sets the border width of the Web server control. inherited from concrete class
String ClientID Gets the server control identifier generated by ASP.NET. inherited from concrete class
ClientIDMode ClientIDMode   inherited from concrete class
ControlCollection Controls Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. inherited from concrete class
Style ControlStyle Gets the style of the Web server control. This property is used primarily by control developers. inherited from concrete class
Boolean ControlStyleCreated Gets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the ControlStyle property. This property is primarily used by control developers. inherited from concrete class
String CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. inherited from concrete class
Control DataItemContainer   inherited from concrete class
Control DataKeysContainer   inherited from concrete class
String DefaultButton Gets or sets the identifier for the default button that is contained in the System.Web.UI.WebControls.Panel control. inherited from concrete class
ContentDirection Direction Gets or sets the direction in which to display controls that include text in a System.Web.UI.WebControls.Panel control. inherited from concrete class
Boolean Enabled Gets or sets a value indicating whether the Web server control is enabled. inherited from concrete class
Boolean EnableTheming Gets or sets a value indicating whether themes apply to this control. inherited from concrete class
Boolean EnableViewState Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. inherited from concrete class
FontInfo Font Gets the font properties associated with the Web server control. inherited from concrete class
Color ForeColor Gets or sets the foreground color (typically the color of the text) of the Web server control. inherited from concrete class
String GroupingText Gets or sets the caption for the group of controls that is contained in the panel control. inherited from concrete class
Boolean HasAttributes Gets a value indicating whether the control has attributes set. inherited from concrete class
Unit Height Gets or sets the height of the Web server control. inherited from concrete class
HorizontalAlign HorizontalAlign Gets or sets the horizontal alignment of the contents within the panel. inherited from concrete class
String ID Gets or sets the programmatic identifier assigned to the server control. inherited from concrete class
Control NamingContainer Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. inherited from concrete class
Page Page Gets a reference to the System.Web.UI.Page instance that contains the server control. inherited from concrete class
Control Parent Gets a reference to the server control's parent control in the page control hierarchy. inherited from concrete class
Version RenderingCompatibility   inherited from concrete class
ScrollBars ScrollBars Gets or sets the visibility and position of scroll bars in a System.Web.UI.WebControls.Panel control. inherited from concrete class
ISite Site Gets information about the container that hosts the current control when rendered on a design surface. inherited from concrete class
String SkinID Gets or sets the skin to apply to the control. inherited from concrete class
CssStyleCollection Style Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. inherited from concrete class
Boolean SupportsDisabledAttribute   inherited from concrete class
Int16 TabIndex Gets or sets the tab index of the Web server control. inherited from concrete class
TemplateControl TemplateControl Gets or sets a reference to the template that contains this control. inherited from concrete class
String TemplateSourceDirectory Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. inherited from concrete class
String ToolTip Gets or sets the text displayed when the mouse pointer hovers over the Web server control. inherited from concrete class
String UniqueID Gets the unique, hierarchically qualified identifier for the server control. inherited from concrete class
ValidateRequestMode ValidateRequestMode   inherited from concrete class
ViewStateMode ViewStateMode   inherited from concrete class
Boolean Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page. inherited from concrete class
Unit Width   inherited from concrete class
Boolean Wrap Gets or sets a value indicating whether the content wraps within the panel. inherited from concrete class

##Methods

###ApplyStyle(System.Web.UI.WebControls.Style) Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.

Parameters:


###ApplyStyleSheetSkin(System.Web.UI.Page) Applies the style properties defined in the page style sheet to the control.

Parameters:


###CopyBaseAttributes(System.Web.UI.WebControls.WebControl) Copies the properties not encapsulated by the System.Web.UI.WebControls.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.

Parameters:


###DataBind() Binds a data source to the invoked server control and all its child controls.


###Dispose() Enables a server control to perform final clean up before it is released from memory.


###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###FindControl(System.String) Searches the current naming container for a server control with the specified <paramref name="id parameter.

Parameters:

Returns:

The specified control, or null if the specified control does not exist.


###Focus() Sets input focus to a control.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetRouteUrl(System.Object)

Parameters:


###GetRouteUrl(System.String,System.Object)

Parameters:


###GetRouteUrl(System.Web.Routing.RouteValueDictionary)

Parameters:


###GetRouteUrl(System.String,System.Web.Routing.RouteValueDictionary)

Parameters:


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###GetUniqueIDRelativeTo(System.Web.UI.Control)

Parameters:


###HasControls() Determines if the server control contains any child controls.

Returns:

true if the control contains other controls; otherwise, false.


###MergeStyle(System.Web.UI.WebControls.Style) Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.

Parameters:


###RenderBeginTag(System.Web.UI.HtmlTextWriter) Renders the HTML opening tag of the System.Web.UI.WebControls.Panel control to the specified writer.

Parameters:


###RenderControl(System.Web.UI.HtmlTextWriter) Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Parameters:


###RenderEndTag(System.Web.UI.HtmlTextWriter) Renders the HTML closing tag of the System.Web.UI.WebControls.Panel control into the specified writer.

Parameters:


###ResolveClientUrl(System.String) Gets a URL that can be used by the browser.

Parameters:

  • System.String relativeUrl - A URL relative to the current page.

Returns:

A fully qualified URL to the specified resource suitable for use on the browser.


###ResolveUrl(System.String) Converts a URL into one that is usable on the requesting client.

Parameters:

Returns:

The converted URL.


###SetRenderMethodDelegate(System.Web.UI.RenderMethod) Assigns an event handler delegate to render the server control and its content into its parent control.

Parameters:

  • System.Web.UI.RenderMethod renderMethod - The information necessary to pass to the delegate so that it can render the server control.

###SetTraceData(System.Object,System.Object)

Parameters:


###SetTraceData(System.Object,System.Object,System.Object)

Parameters:


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.