Xceed Grid for WinForms v4.3 Documentation
AllowCellNavigation Property (CellRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellRow Class : AllowCellNavigation Property
Gets or sets a boolean value indicating if it is possible to navigate from cell to cell in the row.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if it is possible to navigate from cell to cell in the row.")>
<CategoryAttribute("Behavior")>
Public Property AllowCellNavigation As Boolean
'Usage
 
Dim instance As CellRow
Dim value As Boolean
 
instance.AllowCellNavigation = value
 
value = instance.AllowCellNavigation
[Description("Indicates if it is possible to navigate from cell to cell in the row.")]
[Category("Behavior")]
public bool AllowCellNavigation {get; set;}

Property Value

true if it is possible to navigate from cell to cell in the row; false otherwise.
Remarks

If false, the CurrentCell cannot be one of the row's cells.

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

CellRow Class
CellRow Members