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
ViewInfo
Gets the GridViewInfo that this view represents.
Declaration
GridViewInfo ViewInfo { get; }
Property Value
Methods
Detach()
Dataches the view from its owner.
Declaration
void Detach()
Initialize(RadGridViewElement, GridViewInfo)
Initializes the view with an instance of the Grid
Declaration
void Initialize(RadGridViewElement gridViewElement, GridViewInfo viewInfo)
Parameters
Rad An instance of Rad |
Grid An instance of Grid |
UpdateView()
Explicitly synchonizes the view with its owner.
Declaration
void UpdateView()