PassthroughNavigation Property (C1TileControl)
In This Topic
Gets or sets whether the keyboard should navigate to the next row/column after focusing the last tile in the current row/column (for vertical/horizontal layout).
Syntax
'Declaration
Public Property PassthroughNavigation As Boolean
public bool PassthroughNavigation {get; set;}
See Also