FieldDragAction
Enum
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
Nothing would happen.
C#
None = 0
The IField will be removed from its holding collection.
C#
Remove = 1