Metodo GridControlStateViewStateFindParentRowHandle
             | 
          
        
        
        Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassiprotected int FindParentRowHandle(
	GridView view,
	GridControlStateRowInfo rowInfo,
	int rowHandle
)
Protected Function FindParentRowHandle ( 
	view As GridView,
	rowInfo As GridControlStateRowInfo,
	rowHandle As Integer
) As Integer
protected:
int FindParentRowHandle(
	GridView^ view, 
	GridControlStateRowInfo rowInfo, 
	int rowHandle
)
member FindParentRowHandle : 
        view : GridView * 
        rowInfo : GridControlStateRowInfo * 
        rowHandle : int -> int Parametri
- view  GridView
 -  
 - rowInfo  GridControlStateRowInfo
 -  
 - rowHandle  Int32
 -  
 
Valore di ritorno
Int32
Vedi anche