Xceed Toolkit Plus for WPF v4.6 Documentation
PreviousNextButtonsPosition Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : PreviousNextButtonsPosition Enumeration
Represents the position of the buttons in relation to the TabItems.
Syntax
'Declaration
 
Public Enum PreviousNextButtonsPosition 
   Inherits System.Enum
'Usage
 
Dim instance As PreviousNextButtonsPosition
public enum PreviousNextButtonsPosition : System.Enum 
Members
MemberDescription
AfterTabItemsThe buttons will be positioned after the TabItems.
BeforeAndAfterTabItemsThe Previous button will be before the TabItems and the Next button will be after the TabItems.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.PreviousNextButtonsPosition

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Wpf.Toolkit Namespace