Xceed DataGrid for Silverlight Documentation
EditableCell Class
Members 


Represents a cell that is contained in a EditableRow and that is used to edit the data in a grid.
Object Model
EditableCell ClassColumn ClassRow Class
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="InvalidData", GroupName="ValidationStates")>
<TemplateVisualStateAttribute(GroupName="ValidationStates", Name="ValidData")>
<TemplatePartAttribute(Name="CellContentHost", Type=System.Windows.Controls.ContentControl)>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="NotBeingEdited")>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="BeingEdited")>
<TemplateVisualStateAttribute(GroupName="EditingStates", Name="Committing")>
Public MustInherit Class EditableCell 
   Inherits Cell
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter 
'Usage
 
Dim instance As EditableCell
[TemplateVisualStateAttribute(Name="InvalidData", GroupName="ValidationStates")]
[TemplateVisualStateAttribute(GroupName="ValidationStates", Name="ValidData")]
[TemplatePartAttribute(Name="CellContentHost", Type=System.Windows.Controls.ContentControl)]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="NotBeingEdited")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="BeingEdited")]
[TemplateVisualStateAttribute(GroupName="EditingStates", Name="Committing")]
public abstract class EditableCell : Cell, 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.Cell
                        Xceed.Silverlight.DataGrid.EditableCell
                           Xceed.Silverlight.DataGrid.DataCell
                           Xceed.Silverlight.DataGrid.InsertionCell

Requirements

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

See Also

Reference

EditableCell Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback