Defines whether the navigator is visible in the control.
Remarks
Property specifies if the navigator is available to the user. The value of the property reflects the appearance of the navigator located at the bottom of the control. Navigator contains buttons such as add, remove, edit, move first, move last, etc. Navigator is usually hidden when control navigation or data navigation is implemented on the ribbon with part’s Context Navigation feature.
If property is set to True, the navigator is displayed at the bottom of the control next to the slider. Its buttons can be used to manipulate with data.
If property is set to False, the navigator is not displayed in the control; therefore none of its buttons can be used. Other method must be used to enable control’s navigation.
The default value for this property is True.
Example (MxSpace)
To see the defined ShowNavigator property on a control (Grid) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click ArticlesPart.cs. Click the Grid control for displaying articles and open Property Window. See the value False defined in ShowNavigator property.
To define ShowNavigator property
- In Solution Explorer open MxPart component (ArticlesPart) which contains the control (Grid).
- Select the desired control (Grid) on the canvas.
- Open Property Window.
- In section GridDisplay in ShowNavigator property select the desired value (False).