FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRow Class / DataItem Property

In This Topic
    DataItem Property (GridRow)
    In This Topic
    Gets the data item.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property DataItem As Object
    public virtual object DataItem {get;}
    See Also