Represents command's toggle style (e.g. behavior and appearance).Represents CommandStyle behavior and appearance
| Visual Basic (Declaration) | |
|---|---|
Public Enum ToggleStyle Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum ToggleStyle : Enum  | |
| Member | Description | 
|---|---|
| Auto | Command with standard behavior and appearance. Command with standard behavior and appearance  | 
| Toggled | Command can have toggled state. Command can have toggled state  | 
| Grouped | The command is grouped, and behaves like radio buttons. The command is grouped and behave like radio buttons  | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ToggleStyle
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