Interface
IGridView

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

RadGridViewElement

ViewInfo

Gets the GridViewInfo that this view represents.

Declaration

cs-api-definition
GridViewInfo ViewInfo { get; }

Property Value

GridViewInfo

Methods

Detach()

Dataches the view from its owner.

Declaration

cs-api-definition
void Detach()

Initialize(RadGridViewElement, GridViewInfo)

Initializes the view with an instance of the GridViewTemplate.

Declaration

cs-api-definition
void Initialize(RadGridViewElement gridViewElement, GridViewInfo viewInfo)

Parameters

gridViewElement

RadGridViewElement

An instance of RadGridViewElement.

viewInfo

GridViewInfo

An instance of GridViewTemplate.

UpdateView()

Explicitly synchonizes the view with its owner.

Declaration

cs-api-definition
void UpdateView()