FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NewRowTemplate Class / DataItem Property

In This Topic
    DataItem Property (NewRowTemplate)
    In This Topic
    Item in the ItemsSource that this row is bound to.
    Syntax
    'Declaration
     
    Public Property DataItem As Object
    public object DataItem {get; set;}
    See Also