Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / PreviousNextButtonsPosition Enumeration


In This Topic
    PreviousNextButtonsPosition Enumeration
    In This Topic
    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