FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / DataItem Property

In This Topic
    DataItem Property
    In This Topic
    Item in the ItemsSource that this row is bound to.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Property DataItem As Object
    [Browsable(false)]
    public object DataItem {get; set;}
    See Also