GridDetailRow<TItem> Class
In This Topic
Row that shows the details of the previous row.
Object Model
Syntax
'Declaration
Public Class GridDetailRow(Of As Class)
Inherits GridRow
public class GridDetailRow<> : GridRow
where TItem: class
Type Parameters
Inheritance Hierarchy
See Also