FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailCellCreatingEventArgs Class / Row Property

In This Topic
    Row Property (GridDetailCellCreatingEventArgs)
    In This Topic
    Gets the row associated to this details row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As GridRow
    public GridRow Row {get;}
    See Also