KryptonOutlookGridGroupBox.UpdateGroupingColumns Method

Krypton OutlookGrid

KryptonOutlookGridGroupBoxUpdateGroupingColumns Method
Krypton OutlookGrid v1.6.0
DO NOT USE THIS FUNCTION YOURSELF, USE the corresponding function in OutlookGrid Update the grouping columns.

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 UpdateGroupingColumns(
	List<OutlookGridColumn> list
)
Public Sub UpdateGroupingColumns ( 
	list As List(Of OutlookGridColumn)
)

Parameters

list
Type: System.Collections.GenericListOutlookGridColumn
The list of OutlookGridColumn
See Also