[]
Represents a selectable item in a C1DockTabControl.
[TemplatePart(Name = "DockTabItemContent", Type = typeof(ContentPresenter))]
public class C1DockTabItem : C1TabItem
Name | Description |
---|---|
C1DockTabItem() | Initializes a new instance of the C1DockTabItem class. |
Name | Description |
---|---|
CanUserFloatProperty | Identifies the CanUserFloat dependency property. |
DockTabHeaderContentProperty | Identifies the C1.WPF.Docking.C1DockTabItem.DockTabHeaderContent dependency property. |
SelectedHeaderTemplateProperty | Identifies the SelectedHeaderTemplate dependency property. |
Name | Description |
---|---|
CanUserFloat | Gets or sets a value that determines whether the user can change the DockMode property to Floating. |
SelectedHeaderTemplate | Gets or sets a data template that is used to display the Header in the context of the C1DockTabControl header banner. |
Name | Description |
---|---|
Dispose(bool) | |
OnApplyTemplate() | |
OnMouseLeftButtonDown(MouseButtonEventArgs) | Called before the MouseLeftButtonDown event occurs. |
OnSelected(RoutedEventArgs) | Handle OnSelected event |