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