Interface IGridViewDefinition
This interface defines methods used to layout the grid view
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IGridViewDefinition
Methods
CreateViewUIElement(GridViewInfo)
Creates a new visual element for the grid
Declaration
IRowView CreateViewUIElement(GridViewInfo viewInfo)
Parameters
GridViewInfo
viewInfo
The GridViewInfo object that owns the visual element. |
Returns
IRowView
If successfull, the new IRowView. |