Skip to main content
A newer version of this page is available. .

TabControlScrollView.ScrollNextCommand Property

Gets the command to scroll the Header Panel one item forward.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DelegateCommand ScrollNextCommand { get; }

Property Value

Type Description
DelegateCommand

A command implementing the System.Windows.Input.ICommand.

See Also