NavigatorBase.TextLocation Property
Gets or sets a value specifying the location of the text displayed within the navigator.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
NavigatorButtonsTextLocation | None | A NavigatorButtonsTextLocation enumeration member specifying the text location. |
Available values:
Name | Description |
---|---|
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. |
Remarks
Navigators can display text indicating the current record and the total number of records in the data source.
Use the TextLocation property to specify the text location within the control. The text is not displayed if the property is set to a NavigatorButtonsTextLocation.None value. Members of the NavigatorButtonsTextLocation enumeration represent the available text location types.