Xceed DataGrid for Silverlight Documentation
Column Class
Members 


Represents a column, which defines information on how the cells it contains are displayed and their content edited.
Object Model
Column ClassDataGridBindingInfo Class
Syntax
'Declaration
 
<StyleTypedPropertyAttribute(Property="FilterCellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.FilterCell)>
<StyleTypedPropertyAttribute(Property="CellEditorStyle", StyleTargetType=System.Windows.FrameworkElement)>
<StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.DataCell)>
<StyleTypedPropertyAttribute(Property="ColumnManagerCellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.ColumnManagerCell)>
<StyleTypedPropertyAttribute(Property="ColumnBackgroundControlStyle", StyleTargetType=Xceed.Silverlight.DataGrid.ColumnBackgroundControl)>
<DebuggerDisplayAttribute(Value="DisplayTitle = {DisplayTitle}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
<StyleTypedPropertyAttribute(Property="InsertionCellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.InsertionCell)>
Public Class Column 
   Inherits System.Windows.DependencyObject
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As Column
[StyleTypedPropertyAttribute(Property="FilterCellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.FilterCell)]
[StyleTypedPropertyAttribute(Property="CellEditorStyle", StyleTargetType=System.Windows.FrameworkElement)]
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.DataCell)]
[StyleTypedPropertyAttribute(Property="ColumnManagerCellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.ColumnManagerCell)]
[StyleTypedPropertyAttribute(Property="ColumnBackgroundControlStyle", StyleTargetType=Xceed.Silverlight.DataGrid.ColumnBackgroundControl)]
[DebuggerDisplayAttribute(Value="DisplayTitle = {DisplayTitle}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
[StyleTypedPropertyAttribute(Property="InsertionCellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.InsertionCell)]
public class Column : System.Windows.DependencyObject, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Xceed.Silverlight.DataGrid.Column

Requirements

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

See Also

Reference

Column Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback