ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridToggleGroupButton Class
Members

In This Topic
    DataGridToggleGroupButton Class
    In This Topic
    Button used to toggle a group.
    Object Model
    DataGridToggleGroupButton Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class DataGridToggleGroupButton 
       Inherits System.Windows.Controls.Primitives.ToggleButton
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [ContentProperty("Content", true)]
    public class DataGridToggleGroupButton : System.Windows.Controls.Primitives.ToggleButton 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      System.Windows.Controls.Primitives.ButtonBase
                         System.Windows.Controls.Primitives.ToggleButton
                            C1.Silverlight.DataGrid.DataGridToggleGroupButton

    See Also