Skip to main content

DXTabControl.NextButton Property

Gets the ‘next’ scroll button.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public RepeatButton NextButton { get; }

Property Value

Type Description
RepeatButton

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

Remarks

Use the NextButton property to customize the visual appearance of the ‘next’ scroll button.

See Also