RangeControl.ShowNavigationButtons Property
Gets or sets whether the navigation buttons are automatically displayed when the selected range does not fit in the viewport.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the navigation buttons are automatically displayed; otherwise, false. |
Remarks
By default, the RangeControl displays the navigation buttons when the selected range does not fit in the viewport. Set the ShowNavigationButtons to false to prevent the navigation buttons from being displayed.
In the following image, the RangeControl is displayed with the navigation button that allows an end-user to scroll to the end of the selected range.
An end-user can also scroll the visible range using the Zoom&Scroll Bar. For more details, see the Range Control Visual Elements topic.