ESRI.ArcGIS.ADF.Web.UI.WebControls
DockingContainerElementID Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : DockingContainerElementID Property




Gets or sets the ID of the container that will be used to dock the panel.

Syntax

Visual Basic (Declaration) 
<ThemeableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Floating Panel Appearance")>
<ResDescriptionAttribute("The ID of the container that the panel will dock with.")>
<PersistenceModeAttribute()>
Public Property DockingContainerElementID As String
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As String
 
instance.DockingContainerElementID = value
 
value = instance.DockingContainerElementID
C# 
[ThemeableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Floating Panel Appearance")]
[ResDescriptionAttribute("The ID of the container that the panel will dock with.")]
[PersistenceModeAttribute()]
public string DockingContainerElementID {get; set;}

Remarks

Typical containers for docking are the ASP.NET Panel control, a div element (DIV HTML control), or a table cell. Ensure that the DockingContainerElementID property is set to the ID for a container control or element on the page.

For more details on docking of a FloatingPanel, see the remarks for ShowDockButton.

See Also

© 2010 All Rights Reserved.