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




Gets or sets a value indicating whether the panel will be expanded on startup. If False, the panel will be collapsed.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether the panel is expanded (true) or collapsed (false).")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Expanded As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether the panel is expanded (true) or collapsed (false).")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool Expanded {get; set;}

Remarks

To enable the user to expand and collapse the panel to the title bar, set ExpandCollapseButton to true.

See Also

© 2010 All Rights Reserved.