Metodo GridControlStateViewStateFindParentRowHandle
|
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi protected 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
- Tipo: GridView
- rowInfo
- Tipo: DedNet.LibGridControlStateRowInfo
- rowHandle
- Tipo: SystemInt32
Valore di ritorno
Tipo:
Int32Vedi anche