Click or drag to resize
GridGroupPanel Class
GridGroupPanel will appear when the ShowGroupPanel property in the KaxGrid is set to true. You can dray data column to GridGroupPanel to group data.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsGridGroupPanel

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 GridGroupPanel : WebControl, 
	INamingContainer

The GridGroupPanel type exposes the following members.

Constructors
  NameDescription
Public methodGridGroupPanel
For internal usage only.
Top
Properties
  NameDescription
Public propertyGroupNavigationItems
Gets a collection of GroupItemCell displays in the GripPanel.
Public propertyNavigationItemsStyle
Gets the style object to GridPanel item.
Public propertyPanelStyle
Gets the style object to the GroupPanel.
Public propertyText
Gets or sets the text in the group panel, the default value is "Drag a column header and drop it here to group by that column".
Top
See Also