Class RowReorderBehavior
Provides row (item) reoder capabilities to AutomaticSelectionGridView
Inheritance
System.Object
RowReorderBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public class RowReorderBehavior
Properties
| Improve this Doc View SourceAssociatedObject
Gets or sets the AssociatedObject Property
Declaration
public AutomaticSelectionGridView AssociatedObject { get; set; }
Property Value
Type | Description |
---|---|
AutomaticSelectionGridView |
Methods
| Improve this Doc View SourceGetDropPositionFromPoint(Point, GridViewRow)
Get drop position (before and after) by using the current cursor position
Declaration
public virtual DropPosition GetDropPositionFromPoint(Point absoluteMousePosition, GridViewRow row)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | absoluteMousePosition | Position as Point (x/y) |
GridViewRow | row | Dragged row |
Returns
Type | Description |
---|---|
DropPosition | Before and after |