DXTabControl.PrevButton Property
In This Article
Gets the ‘previous’ scroll button.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public RepeatButton PrevButton { get; }
#Property Value
Type | Description |
---|---|
Repeat |
A DevExpress. |
#Remarks
Use the PrevButton property to customize the visual appearance of the ‘previous’ scroll button.
See Also