TabControlScrollView.ScrollPrevCommand Property
Gets the command to scroll the Header Panel one item backward.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v20.2.dll
Declaration
public DelegateCommand ScrollPrevCommand { get; }
Public ReadOnly Property ScrollPrevCommand As DelegateCommand
Property Value
Type | Description |
---|---|
DelegateCommand | A command implementing the System.Windows.Input.ICommand. |
See Also
Feedback