Xceed DataGrid for Silverlight Documentation
EditableRow Class
Members 


Specialization of the Row class that is used to edit the data in a grid.
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="Committing", GroupName="EditingStates")>
<TemplateVisualStateAttribute(GroupName="ValidationStates", Name="InvalidData")>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="NotBeingEdited")>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="BeingEdited")>
<TemplateVisualStateAttribute(GroupName="ValidationStates", Name="ValidData")>
Public MustInherit Class EditableRow 
   Inherits Row
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As EditableRow
[TemplateVisualStateAttribute(Name="Committing", GroupName="EditingStates")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="InvalidData")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="NotBeingEdited")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="BeingEdited")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="ValidData")]
public abstract class EditableRow : Row, 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
                        Xceed.Silverlight.DataGrid.InsertionRow

Requirements

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

See Also

Reference

EditableRow Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback