Xceed DataGrid for Silverlight Documentation
Cell Class
Members 


Represents a cell in a grid, which is a Control used to display the value of a property in a data item.
Object Model
Cell ClassColumn ClassRow Class
Syntax
'Declaration
 
<TemplatePartAttribute(Name="DragContentHost", Type=System.Windows.FrameworkElement)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Dragged")>
<TemplateVisualStateAttribute(GroupName="CurrentStates", Name="Current")>
<TemplateVisualStateAttribute(GroupName="CurrentStates", Name="NotCurrent")>
<TemplateVisualStateAttribute(GroupName="InitializationStates", Name="Initialized")>
<TemplateVisualStateAttribute(GroupName="InitializationStates", Name="NotInitialized")>
<DebuggerDisplayAttribute(Value="Column = {DebuggerDisplayFieldName}, Content = {Content}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class Cell 
   Inherits ContentControlBase
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter 
'Usage
 
Dim instance As Cell
[TemplatePartAttribute(Name="DragContentHost", Type=System.Windows.FrameworkElement)]
[TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Dragged")]
[TemplateVisualStateAttribute(GroupName="CurrentStates", Name="Current")]
[TemplateVisualStateAttribute(GroupName="CurrentStates", Name="NotCurrent")]
[TemplateVisualStateAttribute(GroupName="InitializationStates", Name="Initialized")]
[TemplateVisualStateAttribute(GroupName="InitializationStates", Name="NotInitialized")]
[DebuggerDisplayAttribute(Value="Column = {DebuggerDisplayFieldName}, Content = {Content}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class Cell : 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.Cell
                        Xceed.Silverlight.DataGrid.ColumnManagerCell
                        Xceed.Silverlight.DataGrid.EditableCell
                        Xceed.Silverlight.DataGrid.FilterCell
                        Xceed.Silverlight.DataGrid.StatCell

Requirements

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

See Also

Reference

Cell Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback