Search Results for

    Show / Hide Table of Contents

    Class RowReorderBehavior

    Inheritance
    System.Object
    RowReorderBehavior
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class RowReorderBehavior : Behavior<RadGridView>

    Fields

    | Improve this Doc View Source

    DropImpossibleBackgroundProperty

    Declaration
    public static readonly DependencyProperty DropImpossibleBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    DropIndicatorBrushProperty

    Declaration
    public static readonly DependencyProperty DropIndicatorBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    DropPossibleBackgroundProperty

    Declaration
    public static readonly DependencyProperty DropPossibleBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    DropImpossibleBackground

    Declaration
    public Brush DropImpossibleBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    | Improve this Doc View Source

    DropIndicatorBrush

    Declaration
    public Brush DropIndicatorBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    | Improve this Doc View Source

    DropPossibleBackground

    Declaration
    public Brush DropPossibleBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    | Improve this Doc View Source

    ItemsSourceSupportNotifications

    Declaration
    public bool ItemsSourceSupportNotifications { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    OnAttached()

    Declaration
    protected override void OnAttached()
    | Improve this Doc View Source

    OnDragInfo(Object, DragDropEventArgs)

    Declaration
    public void OnDragInfo(object sender, DragDropEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    DragDropEventArgs e
    | Improve this Doc View Source

    OnDragQuery(Object, DragDropQueryEventArgs)

    Declaration
    public void OnDragQuery(object sender, DragDropQueryEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    DragDropQueryEventArgs e
    | Improve this Doc View Source

    OnDropInfo(Object, DragDropEventArgs)

    Declaration
    public void OnDropInfo(object sender, DragDropEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    DragDropEventArgs e
    | Improve this Doc View Source

    OnDropQuery(Object, DragDropQueryEventArgs)

    Declaration
    public void OnDropQuery(object sender, DragDropQueryEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    DragDropQueryEventArgs e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx