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
Grid The Grid |