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

In This Topic
    KeyActionTab Property (FlexGrid)
    In This Topic
    Gets or sets the action to perform when the Tab key is pressed.
    Syntax
    'Declaration
     
    Public Property KeyActionTab As GridTabAction
    public GridTabAction KeyActionTab {get; set;}
    See Also