Skip to main content

DXTabControl.PrevButton Property

Gets the 'previous' scroll button.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public TabControlScrollButton PrevButton { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Core.TabControlScrollButton

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