Back to Devexpress

RangeControl.ShowNavigationButtons Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-b8172a2f.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowNavigationButtons { get; set; }
vb
Public Property ShowNavigationButtons As Boolean

Property Value

TypeDescription
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.

See Also

Range Control Visual Elements

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace