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