Skip to main content

DXTabControl.PrevButton Property

Gets the ‘previous’ scroll button.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public RepeatButton PrevButton { get; }

Property Value

Type Description
RepeatButton

A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button.

Remarks

Use the PrevButton property to customize the visual appearance of the ‘previous’ scroll button.

See Also