Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Data Navigator

The data navigator is an embedded control displayed at the bottom of a grid that enables the end-user to navigate and edit data. Note: it only handles visible rows. To access rows hidden within collapsed groups, you need to expand group rows first.

 

VisualElems_GridControl_DataNavigator

 

The following table lists the main properties affecting an element’s appearance.

Appearance

The BaseStyleControl.Appearance property of the GridControl.EmbeddedNavigator object allows you to specify the background and foreground colors and its font attributes.

Visibility

GridControl.UseEmbeddedNavigator

Available Buttons

The ControlNavigator.Buttons property of the GridControl.EmbeddedNavigator object.

#Examples

See Also