Class SourceDestinationModel<T>
Interface for drag and drop event.
Inheritance
System.Object
SourceDestinationModel<T>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class SourceDestinationModel<T> : Object
Type Parameters
Name | Description |
---|---|
T |
Constructors
SourceDestinationModel()
Declaration
public SourceDestinationModel()
Properties
CurrentData
Specifies the data after the drag and drop operation.
Declaration
public IEnumerable<T> CurrentData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |
PreviousData
Specifies the data before the drag and drop operation.
Declaration
public IEnumerable<T> PreviousData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |