[]
        
(Showing Draft Content)

C1.WPF.C1TabItemCloseOptions

C1TabItemCloseOptions Enum

Close button options for the C1TabControl

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum C1TabItemCloseOptions

Fields

Name Description
GlobalClose

A unique close button is shown, and the selected C1TabItem is closed when it's pressed.

InEachTab

A close button is shown in each C1TabItem.

None

Close button is not shown for the C1TabItems.