Back to Devexpress

DXTabControl.NextButton Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-c83e131c.md

latest1.1 KB
Original Source

DXTabControl.NextButton Property

Gets the ‘next’ scroll button.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public RepeatButton NextButton { get; }
vb
Public ReadOnly Property NextButton As RepeatButton

Property Value

TypeDescription
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

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace