Search Results for

    Show / Hide Table of Contents

    Class RowReorderDropIndicationDetails

    Inheritance
    System.Object
    RowReorderDropIndicationDetails
    Namespace: Simplic.UI.GridView
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx