ShowNavigatorBar
- Last UpdatedNov 17, 2021
- 1 minute read
The ShowNavigatorBar property is a read-write property that shows or hides the Navigator toolbar that is located above the data grid.
Syntax
aaHistClientActiveDataGrid.ShowNavigatorBar = discrete;
Result = aaHistClientActiveDataGrid.ShowNavigatorBar;
Remarks
True = Shows the Navigator toolbar; False = Hides the Navigator toolbar.
The default value is True.