FlexGrid for WinRT
KeyAction Enumeration

Specifies the actions taken by the grid when the user presses a key.
Syntax
'Declaration
 
Public Enum KeyAction 
   Inherits System.Enum
public enum KeyAction : System.Enum 
Members
MemberDescription
DefaultNo special action.
MoveAcrossMove the cursor right by one column.
MoveAcrossOutMove the cursor right by one column, and to the next control in the tab order when the last cell is reached.
MoveDownMove the cursor down by one row.
NoneIgnore the key. This setting may be useful in situations where there are default buttons on a form. In this case, the grid should ignore the Enter key and let the form handle it.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexGrid.KeyAction

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Xaml.FlexGrid Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback