Xceed DataGrid for Silverlight Documentation
DataRow Class
Members 


Specialization of the EditableRow that represents a row that contains a collection of DataCells. Data rows are the visual representation of the data items that are displayed in a grid's viewport.
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="NotInitialized", GroupName="InitializationStates")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")>
<TemplateVisualStateAttribute(GroupName="InitializationStates", Name="Initialized")>
<StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.DataCell)>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOverSelected")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Alternate")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="AlternateMouseOver")>
Public Class DataRow 
   Inherits EditableRow
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As DataRow
[TemplateVisualStateAttribute(Name="NotInitialized", GroupName="InitializationStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Selected")]
[TemplateVisualStateAttribute(GroupName="InitializationStates", Name="Initialized")]
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.DataCell)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOverSelected")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Alternate")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="AlternateMouseOver")]
public class DataRow : EditableRow, 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.EditableRow
                        Xceed.Silverlight.DataGrid.DataRow

Requirements

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

See Also

Reference

DataRow Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback