IsDetailVisible Method (FlexGridDetailProvider)
In This Topic
Determines whether the detail row is visible.
Syntax
'Declaration
Public Function IsDetailVisible( _
ByVal As Integer _
) As Boolean
public bool IsDetailVisible(
int
)
Parameters
- index
- The index of the original row.
See Also