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

LayoutGroup.IsScrollNextButtonVisible Property

Gets whether the Scroll Next button is visible.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool IsScrollNextButtonVisible { get; }

Property Value

Type Description
Boolean

true if the Scroll Next button is visible; otherwise, false.

Remarks

See LayoutGroup.ShowScrollNextButton to learn more.

See Also