Gets or sets a value that determines whether the page should automatically handle shortcut keys (e.g. Ctrl+S to save a view, Ctrl+O to open a view, Ctrl+Y to undo, Ctrl+Z to redo).
Namespace:
C1.Silverlight.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public bool ShortcutsEnabled { get; set; } |
Visual Basic |
---|
Public Property ShortcutsEnabled As Boolean Get Set |