Class TableViewDefinition
This class implements the default table layout in RadGridView.
Inheritance
System.Object
TableViewDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class TableViewDefinition : IGridViewDefinition
Constructors
TableViewDefinition()
Declaration
public TableViewDefinition()
Methods
CreateRowLayout()
Creates the row layout.
Declaration
public virtual IGridRowLayout CreateRowLayout()
Returns
IGridRowLayout
|
CreateViewUIElement(GridViewInfo)
Creates a new visual element for the grid
Declaration
public virtual IRowView CreateViewUIElement(GridViewInfo viewInfo)
Parameters
GridViewInfo
viewInfo
The GridViewInfo object that owns the visual element. |
Returns
IRowView
If successful, the new IRowView. |