Search Results for

    Show / Hide Table of Contents

    Class GridMenuFunction

    Represent a single grid menu function

    Inheritance
    System.Object
    GridMenuFunction
    Implements
    System.IDisposable
    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.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class GridMenuFunction : IDisposable

    Properties

    | Improve this Doc View Source

    Configuration

    Configuration of the current row function

    Declaration
    public GridMenuConfigurationModel Configuration { get; set; }
    Property Value
    Type Description
    GridMenuConfigurationModel
    | Improve this Doc View Source

    KeyboardAction

    Keyboard action, if the configuration contains keyboard information, an instance will be created automatically

    Declaration
    public KeyboardAction KeyboardAction { get; }
    Property Value
    Type Description
    KeyboardAction
    | Improve this Doc View Source

    MenuItem

    Instance of a created context menu item

    Declaration
    public MenuItem MenuItem { get; }
    Property Value
    Type Description
    System.Windows.Controls.MenuItem
    | Improve this Doc View Source

    RibbonButtonVisibility

    MUST BE REMOVED

    Declaration
    public Visibility RibbonButtonVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    Methods

    | Improve this Doc View Source

    Dispose()

    Dispose menu function

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Execute()

    Funktion ausführen

    Declaration
    public void Execute()
    | Improve this Doc View Source

    GetAsMenuItem()

    Gibt eine Instanz der GridRowFunction als Menü-Item zurück

    Declaration
    public MenuItem GetAsMenuItem()
    Returns
    Type Description
    System.Windows.Controls.MenuItem
    | Improve this Doc View Source

    GetAsRibbonButton()

    Get the menu function as ribbon button for adding to a contextual ribbon tab/group

    Declaration
    public RadRibbonButton GetAsRibbonButton()
    Returns
    Type Description
    RadRibbonButton
    | Improve this Doc View Source

    Refresh()

    Aktualisiert alle Knöpfe

    Declaration
    public void Refresh()
    | Improve this Doc View Source

    SetControlEvent(GridMenuHandler.OnCalledNamedEvent)

    Control Event

    Declaration
    public void SetControlEvent(GridMenuHandler.OnCalledNamedEvent del)
    Parameters
    Type Name Description
    GridMenuHandler.OnCalledNamedEvent del

    Delegate which will be called by Event-Click

    Implements

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