Skip to main content

DXTabControl.NextButton Property

Gets the 'next' scroll button.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public TabControlScrollButton NextButton { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Core.TabControlScrollButton

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