Enum
FieldDragAction

Enumerates the possible outcomes of an IField drag action.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public enum FieldDragAction

Fields

MoveToColumns

The IField will be moved to the ColumnLabels.

Declaration

cs-api-definition
MoveToColumns = 3

Field Value

FieldDragAction

MoveToFilters

The IField will be moved to the ReportFilters.

Declaration

cs-api-definition
MoveToFilters = 4

Field Value

FieldDragAction

MoveToRows

The IField will be moved to the RowLabels.

Declaration

cs-api-definition
MoveToRows = 2

Field Value

FieldDragAction

MoveToValues

The IField will be moved to the Values.

Declaration

cs-api-definition
MoveToValues = 5

Field Value

FieldDragAction

None

Nothing would happen.

Declaration

cs-api-definition
None = 0

Field Value

FieldDragAction

Remove

The IField will be removed from its holding collection.

Declaration

cs-api-definition
Remove = 1

Field Value

FieldDragAction