Xceed DataGrid for Silverlight Documentation
Row Class
Members 


Base class for all row-based classes.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="CellsHost", Type=Xceed.Silverlight.DataGrid.ColumnElementsHost)>
<TemplateVisualStateAttribute(Name="Current", GroupName="CurrentStates")>
<TemplateVisualStateAttribute(GroupName="CurrentStates", Name="NotCurrent")>
<StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.Cell)>
Public Class Row 
   Inherits ControlBase
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As Row
[TemplatePartAttribute(Name="CellsHost", Type=Xceed.Silverlight.DataGrid.ColumnElementsHost)]
[TemplateVisualStateAttribute(Name="Current", GroupName="CurrentStates")]
[TemplateVisualStateAttribute(GroupName="CurrentStates", Name="NotCurrent")]
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.Cell)]
public class Row : ControlBase, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Xceed.Silverlight.DataGrid.ControlBase
                  Xceed.Silverlight.DataGrid.Row
                     Xceed.Silverlight.DataGrid.ColumnManagerRow
                     Xceed.Silverlight.DataGrid.EditableRow
                     Xceed.Silverlight.DataGrid.FilterRow
                     Xceed.Silverlight.DataGrid.StatRow

Requirements

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

See Also

Reference

Row Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback