Enum
GroupingEventAction

Defines Grouping Event Actions that are passed as arguments to the Grouping Event on item drag.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum GroupingEventAction

Fields

Move

The item is moved.

Declaration

cs-api-definition
Move = 2

Field Value

GroupingEventAction

Place

The item is dragged in.

Declaration

cs-api-definition
Place = 0

Field Value

GroupingEventAction

Remove

The item is dragged out.

Declaration

cs-api-definition
Remove = 1

Field Value

GroupingEventAction

Sort

The item is sorted.

Declaration

cs-api-definition
Sort = 3

Field Value

GroupingEventAction

In this article
DefinitionFieldsMovePlaceRemoveSort
Not finding the help you need?
Contact Support