ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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