KryptonOutlookGrid.GroupColumn Method (OutlookGridColumn, SortOrder, IOutlookGridGroup)

Krypton OutlookGrid

KryptonOutlookGridGroupColumn Method (OutlookGridColumn, SortOrder, IOutlookGridGroup)
Krypton OutlookGrid v1.6.0
Group a column

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public void GroupColumn(
	OutlookGridColumn col,
	SortOrder sortDirection,
	IOutlookGridGroup gr
)
Public Sub GroupColumn ( 
	col As OutlookGridColumn,
	sortDirection As SortOrder,
	gr As IOutlookGridGroup
)

Parameters

col
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The name of the column.
sortDirection
Type: System.Windows.FormsSortOrder
The sort direction of the group./
gr
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The IOutlookGridGroup object.
See Also