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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Navigator |
None | A Navigator |
Available values:
Name | Description |
---|---|
None | The text is not displayed. |
Begin | The text is displayed on the left of the buttons, if the Right |
End | The text is displayed on the right of the buttons, if the Right |
Center | The text is displayed between Prev and Next buttons of the Data |
#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.