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