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

In This Topic
    DataGridBoundColumn Class
    In This Topic
    Represent a DataGridColumn which is bound to a data property.
    Object Model
    DataGridBoundColumn Class
    Syntax
    'Declaration
     
    
    <StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)>
    Public Class DataGridBoundColumn 
       Inherits DataGridColumn
    [StyleTypedProperty(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)]
    public class DataGridBoundColumn : DataGridColumn 
    Inheritance Hierarchy
    See Also