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