Class RowReorderDropIndicationDetails
Inheritance
System.Object
RowReorderDropIndicationDetails
Assembly: Simplic.UI.dll
Syntax
public class RowReorderDropIndicationDetails : ViewModelBase
Properties
|
Improve this Doc
View Source
CurrentDraggedItem
Declaration
public object CurrentDraggedItem { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
CurrentDraggedOverItem
Declaration
public object CurrentDraggedOverItem { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
CurrentDropPosition
Declaration
public DropPosition CurrentDropPosition { get; set; }
Property Value
Type |
Description |
DropPosition |
|
|
Improve this Doc
View Source
CurrentDropPositionText
Declaration
public string CurrentDropPositionText { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DropIndex
Declaration
public int DropIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|