ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTemplateColumn Class / CellTemplate Property

In This Topic
    CellTemplate Property
    In This Topic
    Gets or sets the data template used to display the data
    Syntax
    'Declaration
     
    
    Public Property CellTemplate As DataTemplate
    public DataTemplate CellTemplate {get; set;}
    See Also