InterfaceIGridView
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public interface IGridView
Properties
GridViewElement
Gets or the RadGridViewElement that owns this view.
Declaration
cs-api-definition
RadGridViewElement GridViewElement { get; }
Property Value
ViewInfo
Gets the GridViewInfo that this view represents.
Methods
Initialize(RadGridViewElement, GridViewInfo)
Initializes the view with an instance of the GridViewTemplate.
Declaration
cs-api-definition
void Initialize(RadGridViewElement gridViewElement, GridViewInfo viewInfo)
Parameters
gridViewElement
An instance of RadGridViewElement.
viewInfo
An instance of GridViewTemplate.
UpdateView()
Explicitly synchonizes the view with its owner.
Declaration
cs-api-definition
void UpdateView()