ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumn Class
Members

In This Topic
    DataGridColumn Class
    In This Topic
    Represent a column in the grid
    Object Model
    DataGridColumn Class
    Syntax
    'Declaration
     
    
    <StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)>
    Public MustInherit Class DataGridColumn 
       Inherits System.Windows.DependencyObject
    [StyleTypedProperty(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)]
    public abstract class DataGridColumn : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          C1.Silverlight.DataGrid.DataGridColumn
             C1.Silverlight.DataGrid.DataGridBoundColumn
             C1.Silverlight.DataGrid.DataGridTemplateColumn

    See Also