dbicList Send comments on this topic.
EditAutoNavigate Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : EditAutoNavigate Property

Determines if the control will automatically navigate to the next/previous cell when editing.

Syntax

Visual Basic (Declaration) 
Public Property EditAutoNavigate As Boolean
C# 
public bool EditAutoNavigate {get; set;}

Property Value

boolean

Remarks

The <return>, <tab> and <shift><tab> keys can be used to navigate the editable cells of the list.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also