Class FieldPayload
A IField payload used in drag operations between the Rad
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldPayload : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
FieldPayload(IField)
Initializes a new instance of the Field
Declaration
public FieldPayload(IField field)
Parameters
IField
field
|
Properties
AllowedEffects
Gets the allowed System.
Declaration
public DragDropEffects AllowedEffects { get; }
Property Value
System.
|
DragAction
Gets the an Field
Declaration
public FieldDragAction DragAction { get; }
Property Value
DraggedField
Gets the IField this payload carries.
Declaration
public IField DraggedField { get; }
Property Value
RemoveFromSource
Gets or sets a value that indicates if the Dragged
Declaration
public bool RemoveFromSource { get; set; }
Property Value
System.
|
Methods
OnDrop()
Call to notify the drag and drop did drop. Call this method once to apply the Drag
Declaration
public void OnDrop()
OnDropComplete()
Call to notify the drag and drop did drop complete. Call this method once to apply the Drag
Declaration
public void OnDropComplete()
SetDestination(FieldCollection)
Set the potential destination for the Dragged
Declaration
public void SetDestination(FieldCollection destinationCollection)
Parameters
Field The destination Field |
SetDestination(FieldCollection, Int32)
Set the potential destination for the Dragged
Declaration
public void SetDestination(FieldCollection destinationCollection, int index)
Parameters
Field The destination Field |
System. The destination index. |