Click or drag to resize
GridGroupsChangingEventArgs Constructor (GridTableView, GridGroupByExpression, GridGroupsChangingAction)

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public GridGroupsChangingEventArgs(
	GridTableView tableView,
	GridGroupByExpression expression,
	GridGroupsChangingAction action
)

Parameters

tableView
Type: Kettic.AspNet.ControlsGridTableView
expression
Type: Kettic.AspNet.ControlsGridGroupByExpression
action
Type: Kettic.AspNet.ControlsGridGroupsChangingAction
See Also