C1.Win.FlexGrid Namespace / C1FlexGridRowDetail Class / Removing Method
FlexGrid which displays detail control.
Index of parent detail row.

In This Topic
Removing Method (C1FlexGridRowDetail)
In This Topic
Used to release resources of the control before the removing of it.
Syntax
'Declaration
 
Public Overridable Sub Removing( _
   ByVal parentGrid As C1FlexGrid, _
   ByVal rowIndex As Integer _
) 
 

Parameters

parentGrid
FlexGrid which displays detail control.
rowIndex
Index of parent detail row.
Remarks
This method can be overridden in the derived class to apply custom removing behavior of C1FlexGridRowDetail control.
See Also