New to Telerik UI for WinFormsStart a free 30-day trial

Enumerates the possible outcomes of an IField drag action.

Definition

Namespace:Telerik.WinControls.UI.PivotFieldList

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public enum FieldDragAction

Fields

The IField will be moved to the ColumnLabels.

C#
MoveToColumns = 3

The IField will be moved to the ReportFilters.

C#
MoveToFilters = 4

The IField will be moved to the RowLabels.

C#
MoveToRows = 2

The IField will be moved to the Values.

C#
MoveToValues = 5

Nothing would happen.

C#
None = 0

The IField will be removed from its holding collection.

C#
Remove = 1