Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ToggleGroupID Property
See Also 
Dundas.Charting.WebControl Namespace > Command Class : ToggleGroupID Property


Gets or sets the group ID of the command. If not zero, all elements with this value will be grouped together exhibiting the same behavior as a radio button list.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Determines which toggle group this command belongs to, if it is not automatic.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Command")>
Public Property ToggleGroupID As Integer
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As Integer
 
instance.ToggleGroupID = value
 
value = instance.ToggleGroupID
C#  
[DescriptionAttribute("Determines which toggle group this command belongs to, if it is not automatic.")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Command")]
public int ToggleGroupID {get; set;}

Return Value

Group identifier of the command which determines command toggled behavior.

Remarks

The ToggleGroupID, ToggleStyle and Toggled properties work together. Then the ToggleStyle is Grouped, the ToggleGroupID is used to determine the toggled Command that are whithin the group.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also