FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / KeyActionTab Property

In This Topic
    KeyActionTab Property (C1FlexGrid)
    In This Topic
    Gets or sets a value that indicates the action performed by the grid when the user presses the Tab key.
    Syntax
    'Declaration
     
    Public Property KeyActionTab As KeyAction
    public KeyAction KeyActionTab {get; set;}
    See Also