Skip to main content
A newer version of this page is available. .

NavigatorButtonsTextLocation Enum

Contains values specifying the text location within the DataNavigator control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public enum NavigatorButtonsTextLocation

Members

Name Description
None

The text is not displayed.

TextLocation_None

Begin

The text is displayed on the left of the buttons, if the RightToLeft property value is false. Otherwise, the text is displayed on the right of the buttons.

TextLocation_Begin

End

The text is displayed on the right of the buttons, if the RightToLeft property value is false. Otherwise, the text is displayed on the left of the buttons.

TextLocation_End

Center

The text is displayed between Prev and Next buttons of the DataNavigator control.

TextLocation_Center

Related API Members

The following properties accept/return NavigatorButtonsTextLocation values:

Remarks

The DataNavigator control allows you to display a text string representing the current record and the total number of records in the associated data source. Members of this enumeration specify the location of the text within the data navigator.

The following code snippets (auto-collected from DevExpress Examples) contain references to the NavigatorButtonsTextLocation enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also