Back to Devexpress

LayoutGroup.IsScrollNextButtonVisible Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-1e805f68.md

latest1.3 KB
Original Source

LayoutGroup.IsScrollNextButtonVisible Property

Gets whether the Scroll Next button is visible.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsScrollNextButtonVisible { get; }
vb
Public ReadOnly Property IsScrollNextButtonVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See LayoutGroup.ShowScrollNextButton to learn more.

See Also

ShowScrollNextButton

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace