Enum FieldDragAction
Enumerates the possible outcomes of an IField drag action.
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public enum FieldDragAction
MoveToColumns
The IField will be moved to the ColumnLabels.
MoveToFilters
The IField will be moved to the ReportFilters.
MoveToRows
MoveToValues
None
Nothing would happen.
Remove
The IField will be removed from its holding collection.