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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowNavigationButtons property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also