Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabControl Class / TabItemClose Property

In This Topic
    TabItemClose Property (C1TabControl)
    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