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