Xceed DataGrid for Silverlight Documentation
GroupByItem Class
Members 


Represents an item in a GroupByControl that corresponds to a column in a grid or detail by whose values the data items are grouped.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="ContentHost", Type=System.Windows.FrameworkElement)>
<TemplateVisualStateAttribute(Name="RemoveButtonHidden", GroupName="RemoveButtonVisibilityStates")>
<TemplateVisualStateAttribute(GroupName="RemoveButtonVisibilityStates", Name="RemoveButtonVisible")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")>
<TemplatePartAttribute(Name="DragContentHost", Type=System.Windows.FrameworkElement)>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Dragged")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
Public Class GroupByItem 
   Inherits ContentControlBase
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter 
'Usage
 
Dim instance As GroupByItem
[TemplatePartAttribute(Name="ContentHost", Type=System.Windows.FrameworkElement)]
[TemplateVisualStateAttribute(Name="RemoveButtonHidden", GroupName="RemoveButtonVisibilityStates")]
[TemplateVisualStateAttribute(GroupName="RemoveButtonVisibilityStates", Name="RemoveButtonVisible")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplatePartAttribute(Name="DragContentHost", Type=System.Windows.FrameworkElement)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Dragged")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
public class GroupByItem : ContentControlBase, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter  
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Xceed.Silverlight.DataGrid.ContentControlBase
                     Xceed.Silverlight.DataGrid.GroupByItem

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

GroupByItem Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback