Class FieldDragAction
Enumerates the possible outcomes of an IField drag action.
Inheritance
System.Object
FieldDragAction
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldDragAction : Enum
Fields
MoveToColumns
The IField will be moved to the ColumnLabels.
Declaration
public const FieldDragAction MoveToColumns
Field Value
FieldDragAction
|
MoveToFilters
The IField will be moved to the ReportFilters.
Declaration
public const FieldDragAction MoveToFilters
Field Value
FieldDragAction
|
MoveToRows
MoveToValues
None
Remove
The IField will be removed from its holding collection.
Declaration
public const FieldDragAction Remove
Field Value
FieldDragAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|