ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / ParentCollection Property

In This Topic
    ParentCollection Property
    In This Topic
    Gets the collection of rows to which this row belongs.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentCollection As DataGridRowCollection
    public DataGridRowCollection ParentCollection {get;}
    See Also