ESRI.ArcGIS.ADF.Web.UI.WebControls
BehaviorID Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > HoverExpandExtender Class : BehaviorID Property




Syntax

Visual Basic (Declaration) 
<ClientPropertyNameAttribute("id")>
<ExtenderControlPropertyAttribute()>
Public Property BehaviorID As String
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim value As String
 
instance.BehaviorID = value
 
value = instance.BehaviorID
C# 
[ClientPropertyNameAttribute("id")]
[ExtenderControlPropertyAttribute()]
public string BehaviorID {get; set;}

See Also

© 2010 All Rights Reserved.