Click or drag to resize
GridNestedViewItem Class
Item that contains the nested instances of GridTableView class, that appear as a child item of the corresponding GridDataItem
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsTableRow
        Kettic.AspNet.ControlsGridTableRow
          Kettic.AspNet.ControlsGridItem
            Kettic.AspNet.ControlsGridNestedViewItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridNestedViewItem : GridItem

The GridNestedViewItem type exposes the following members.

Methods
  NameDescription
Public methodDataBind (Overrides ControlDataBind.)
Top
Properties
  NameDescription
Public propertyNestedTableViews
Gets an array of GridTableView objects residing in the NestedViewCell.
Public propertyNestedViewCell
Gets the cell that contains the NestedTableViews.
Public propertyParentItem
Gets a reference to a GridDataItem that is parent of this GridNestedViewItem
Top
See Also