Table of Contents

Property CollectionNavigator

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

CollectionNavigator

Navigator for cycling the selected row in the table by typing. Set to null to disable type-to-search navigation; printable keys not otherwise bound will then bubble through normal key handling instead of being consumed for incremental row navigation.

public ICollectionNavigator? CollectionNavigator { get; set; }

Property Value

ICollectionNavigator