Click or drag to resize
GridGroupHeaderItem Class
The item which splits the groups (when utilizing the grouping feature of KaxGrid) and provides expand/collapse functionality for them.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsTableRow
        Kettic.AspNet.ControlsGridTableRow
          Kettic.AspNet.ControlsGridItem
            Kettic.AspNet.ControlsGridGroupHeaderItem

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 GridGroupHeaderItem : GridItem

The GridGroupHeaderItem type exposes the following members.

Constructors
  NameDescription
Public methodGridGroupHeaderItem
Marked for internal usage only
Top
Methods
  NameDescription
Public methodGetChildItems
Method which returns the data items under the GridGroupHeaderItem group.
Public methodInitialize
Inherited from Control, for internal usage only
(Overrides GridItem.Initialize(GridColumn).)
Public methodPrepareItemStyle
Inherited from Control, for internal usage only
(Overrides GridItem.PrepareItemStyle.)
Public methodSetupItem
Inherited from Control, for internal usage only
(Overrides GridItem.SetupItem(Boolean, Object, GridColumn, ControlCollection).)
Public methodSetVisibleChildren
Method which shows/hides the items in the group designated by the GridGroupHeaderItem
(Overrides GridItem.SetVisibleChildren(Boolean).)
Top
Properties
  NameDescription
Public propertyCanExpand
Marked for internal usage
(Overrides GridItemCanExpand.)
Public propertyDataCell
The cell holding the content of the GridGroupHeaderItem
Public propertyHasChildItems
Boolean property indicating whether the relevant GridGroupHeaderItem has child items inside the group it forms.
(Overrides GridItemHasChildItems.)
Top
See Also