Search Results for

    Show / Hide Table of Contents

    Class AutomaticSelectionGridView

    Grid which enables automatic selection on right mouse button down

    Inheritance
    System.Object
    AutomaticSelectionGridView
    GridViewControl
    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class AutomaticSelectionGridView : RadGridView

    Fields

    | Improve this Doc View Source

    EnableRowReorderProperty

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

    Properties

    | Improve this Doc View Source

    EnableRowReorder

    Gets or sets whether row reorder is allowed

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

    Methods

    | Improve this Doc View Source

    OnMouseRightButtonUp(MouseButtonEventArgs)

    Change selected row item to the right clicked row item.

    Declaration
    protected override void OnMouseRightButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    MouseButtonEventArgs

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