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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool ShowNavigationButtons { get; set; }

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.

RangeControl_NavigationButton

An end-user can also scroll the visible range using the Zoom&Scroll Bar. For more details, see the Range Control Visual Elements topic.

See Also