Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / MaterialTabControlCommands Class
Members


In This Topic
    MaterialTabControlCommands Class
    In This Topic
    The Commands available to the MaterialTabControl class.
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class MaterialTabControlCommands 
    'Usage
     
    Dim instance As MaterialTabControlCommands
    public static class MaterialTabControlCommands 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.MaterialTabControlCommands

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the ClickNext command when the Next RepeatButton is displayed to scroll to the next MaterialTabItem.  
    Public Propertystatic (Shared in Visual Basic)Gets the ClickPrevious command when the Previous RepeatButton is displayed to scroll to the previous MaterialTabItem.  
    Top
    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