Search Results for

    Show / Hide Table of Contents

    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 Source

    AssociatedObject

    Gets or sets the AssociatedObject Property

    Declaration
    public AutomaticSelectionGridView AssociatedObject { get; set; }
    Property Value
    Type Description
    AutomaticSelectionGridView

    Methods

    | Improve this Doc View Source

    GetDropPositionFromPoint(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx