Data NavigatorAdd Row Shortcut Property
This is used to set or get the shortcut key to use for adding a row
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Shortcut AddRowShortcut { get; set; }VB
Public Property AddRowShortcut As Shortcut
Get
SetC++
public:
property Shortcut AddRowShortcut {
Shortcut get ();
void set (Shortcut value);
}F#
member AddRowShortcut : Shortcut with get, setProperty Value
ShortcutRemarks
The default is Ctrl+Shift+A. It is ignored if additions are not allowed