Navigator
The navigator enables end-users to navigate through records, add and delete them, and control the data cell editing process in the TcxVirtualVerticalGrid and TcxDBVerticalGrid controls.
The table below lists the main properties that relate to the navigator.
Visibility | The grid control’s Navigator.Visible property. |
Position | The grid control’s OptionsView.NavigatorOffset property. |
Appearance | The grid control’s Styles.Navigator and Styles.NavigatorInfoPanel properties. |
Contents | The grid control’s Navigator.Buttons and Navigator.InfoPanel properties. |
Behavior | The enabled state of navigator buttons depends upon the currently focused record, the current state of a data editing operation, and the data operations enabled via the grid control’s OptionsData option set. |
Size | The navigator is automatically sized to include all its elements (buttons and the information panel) that are made visible via the grid control’s Navigator.Buttons and Navigator.InfoPanel.Visible properties. |
Hints | The grid control’s OptionsBehavior.NavigatorHints property. The Hint property of individual buttons. |
HitTest Information | The grid control’s HitTest.HitAtNavigator property. |