ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / TabItemClose Property

In This Topic
    TabItemClose Property
    In This Topic
    Gets or sets the location of the Close button.
    Syntax
    'Declaration
     
    Public Property TabItemClose As C1TabItemCloseOptions
    public C1TabItemCloseOptions TabItemClose {get; set;}
    See Also