Search Results for

    Show / Hide Table of Contents

    Class GridViewCommands

    Commands which will be executed from the GridViewControl

    Inheritance
    System.Object
    GridViewCommands
    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 static class GridViewCommands

    Properties

    | Improve this Doc View Source

    FocusNextRow

    Focus next row

    Declaration
    public static ICommand FocusNextRow { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    FocusNextRowKeepSelection

    Focus next row

    Declaration
    public static ICommand FocusNextRowKeepSelection { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    FocusPreviousRow

    Focus next row

    Declaration
    public static ICommand FocusPreviousRow { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    FocusPreviousRowKeepSelection

    Focus next row

    Declaration
    public static ICommand FocusPreviousRowKeepSelection { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    GridViewPageDownCommand

    Move a complete page down

    Declaration
    public static ICommand GridViewPageDownCommand { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    GridViewPageDownKeepSelectionCommand

    Move a complete page down and keep old selection

    Declaration
    public static ICommand GridViewPageDownKeepSelectionCommand { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    GridViewPageUpCommand

    Move a complete page down

    Declaration
    public static ICommand GridViewPageUpCommand { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    GridViewPageUpKeepSelectionCommand

    Move a complete page down and keep old selection

    Declaration
    public static ICommand GridViewPageUpKeepSelectionCommand { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    ToggleSelection

    Toggle Selection-Command

    Declaration
    public static ICommand ToggleSelection { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    ToggleSingleSelection

    Toggle the current single selection

    Declaration
    public static ICommand ToggleSingleSelection { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx