Dundas Chart for ASP.NET
ToggleGroupID Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : ToggleGroupID Property


Enterprise Only Feature. Gets or sets the group ID of the command. If not zero then all elements with this value will be grouped together, exhibiting the same behavior as a radio button list.
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)  
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#  
public int ToggleGroupID {get; set;}

Return Value

Group identifier of the command that determines command toggled behavior.
Group identifier of the command which determines command toggled behavior.

Remarks

The ToggleGroupID, ToggleStyle and Toggled properties all work together.

If the ToggleStyle is grouped then the ToggleGroupID property is used to determine the toggled commands within the group.


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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.