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 SourceConfiguration
Configuration of the current row function
Declaration
public GridMenuConfigurationModel Configuration { get; set; }
Property Value
Type | Description |
---|---|
GridMenuConfigurationModel |
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 |
MenuItem
Instance of a created context menu item
Declaration
public MenuItem MenuItem { get; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.MenuItem |
RibbonButtonVisibility
MUST BE REMOVED
Declaration
public Visibility RibbonButtonVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
Methods
| Improve this Doc View SourceDispose()
Dispose menu function
Declaration
public void Dispose()
Execute()
Funktion ausführen
Declaration
public void Execute()
GetAsMenuItem()
Gibt eine Instanz der GridRowFunction als Menü-Item zurück
Declaration
public MenuItem GetAsMenuItem()
Returns
Type | Description |
---|---|
System.Windows.Controls.MenuItem |
GetAsRibbonButton()
Get the menu function as ribbon button for adding to a contextual ribbon tab/group
Declaration
public RadRibbonButton GetAsRibbonButton()
Returns
Type | Description |
---|---|
RadRibbonButton |
Refresh()
Aktualisiert alle Knöpfe
Declaration
public void Refresh()
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