New to Telerik UI for WinFormsStart a free 30-day trial

IGridView

Interface

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public interface IGridView

Derived Classes: ColumnChooserElementGridTableElementGroupPanelElementPagingPanelElement

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)
Parameters:gridViewElementRadGridViewElement

An instance of RadGridViewElement.

viewInfoGridViewInfo

An instance of GridViewTemplate.

Explicitly synchonizes the view with its owner.

C#
void UpdateView()