Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabItemCloseOptions Enumeration

In This Topic
    C1TabItemCloseOptions Enumeration
    In This Topic
    Close button options for the C1TabControl
    Syntax
    'Declaration
     
    
    Public Enum C1TabItemCloseOptions 
       Inherits System.Enum
    public enum C1TabItemCloseOptions : System.Enum 
    Members
    MemberDescription
    GlobalCloseA unique close button is shown, and the selected C1TabItem is closed when it's pressed.
    InEachTabA close button is shown in each C1TabItem.
    NoneClose button is not shown for the C1TabItems.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.C1TabItemCloseOptions

    See Also