Back to Devexpress

NavigatorButtonsTextLocation Enum

windowsforms-devexpress-dot-xtraeditors-c07a0731.md

latest2.1 KB
Original Source

NavigatorButtonsTextLocation Enum

Contains values specifying the text location within the DataNavigator control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum NavigatorButtonsTextLocation
vb
Public Enum NavigatorButtonsTextLocation

Members

NameDescription
None

The text is not displayed.

| | 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.

| | 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.

| | Center |

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

|

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.

See Also

TextLocation

DevExpress.XtraEditors Namespace