Click or drag to resize
GridGroupSplitterColumn Class
This column appears when grouping is enabled, to facilitate the expand/collapse functionality. The group splitter column is always placed first and can not be moved.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridGroupSplitterColumn

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 GridGroupSplitterColumn : GridColumn

The GridGroupSplitterColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridGroupSplitterColumn
Top
Methods
Properties
  NameDescription
Public propertyCollapseImageUrl
Gets or sets a string, specifying the URL to the image, which will be used instead of the default Collapse image for the GridGroupSplitterColumn (the minus sign).
Public propertyExpandImageUrl
Gets or sets a string, specifying the URL to the image, which will be used instead of the default Expand image for the GridGroupSplitterColumn (the plus sign).
Public propertyGroupable
Gets a Boolean value indicating whether the GridGroupSplitterColumn is groupable. This value is always false.
(Overrides GridColumnGroupable.)
Top
See Also