New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridTableViewBase

The base class for Telerik.Web.UI.GridTableView encapsulating general functionalities.

Inheritance Hierarchy

  • System.Object
  • System.Web.UI.Control
  • System.Web.UI.WebControls.WebControl
  • System.Web.UI.WebControls.BaseDataBoundControl
  • System.Web.UI.WebControls.DataBoundControl
  • System.Web.UI.WebControls.CompositeDataBoundControl
  • Telerik.Web.UI.GridTableViewBase

Properties

CellPadding Int32

Gets or sets the cell padding of the html table.

CellSpacing Int32

Gets or sets the cell spacing of the html table.

Controls ControlCollection

Gets a collection of the child controls within the composite data-bound control.

GridLines GridLines

Gets or sets a value that specifies the gridline styles for controls that display items in a table structure.

HorizontalAlign HorizontalAlign

Gets or sets a value that specifies the horizontal alignment of items within a container.

OwnerGrid RadGrid

Gets the owner RadGrid object.

TabIndex Int16

Gets or sets the tab index of the Web server control.

In this article