Back to Devexpress

LayoutGroup.IsScrollPrevButtonVisible Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-d01288a6.md

latest1.3 KB
Original Source

LayoutGroup.IsScrollPrevButtonVisible Property

Gets whether the Scroll Prev button is visible.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

See LayoutGroup.ShowScrollPrevButton to learn more.

See Also

ShowScrollPrevButton

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace