TableViewDefinition
Class
This class implements the default table layout in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class TableViewDefinition : IGridViewDefinition
Inheritance: objectTableViewDefinition
Derived Classes:
Implements:
Constructors
C#
public TableViewDefinition()
Methods
Creates the row layout.
Creates a new visual element for the grid
C#
public virtual IRowView CreateViewUIElement(GridViewInfo viewInfo)
The GridViewInfo object that owns the visual element.
Returns:If successful, the new IRowView.
Implements: