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