menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockTabControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockTabControl

    Represents the DockWindow TabControl Class.

    Inheritance
    System.Object
    Selector
    TabControlBase
    DockTabControl
    Implements
    System.IDisposable
    Inherited Members
    Selector.OnSelectedIndexChanged(DependencyPropertyChangedEventArgs)
    Selector.OnSelectedItemChanged(DependencyPropertyChangedEventArgs)
    Selector.SelectedIndex
    Selector.SelectedIndexProperty
    Selector.SelectedItem
    Selector.SelectedItemProperty
    Selector.SelectionChanged
    TabControlBase.GetContainerForItemOverride()
    TabControlBase.IsItemItsOwnContainerOverride(Object)
    TabControlBase.OnItemsChanged(Object)
    TabControlBase.OnPointerPressed(PointerRoutedEventArgs)
    TabControlBase.OnSelectionChanged(DependencyPropertyChangedEventArgs)
    TabControlBase.PrepareContainerForItemOverride(DependencyObject, Object)
    TabControlBase.SelectedContentProperty
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfDockingManager.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class DockTabControl : TabControlBase, IDisposable

    Constructors

    DockTabControl()

    Initializes a new instance of the DockTabControl class.

    Declaration
    [ClassReference(IsReviewed = false)]
    public DockTabControl()

    Fields

    DockTabPlacementProperty

    Using a DependencyProperty as the backing store for DockTabPlacement. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DockTabPlacementProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DockWindowBackgroundProperty

    Identifies the DockWindowBackground dependency property key.

    Declaration
    public static readonly DependencyProperty DockWindowBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DockWindowContentBackgroundProperty

    Identifies the DockWindowContentBackground dependency property key.

    Declaration
    public static readonly DependencyProperty DockWindowContentBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DockWindowContentBorderBrushProperty

    Identifies the DockWindowContentBorderBrush dependency property key.

    Declaration
    public static readonly DependencyProperty DockWindowContentBorderBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DockWindowContentMarginProperty

    Identifies the DockWindowContentMargin dependency property key.

    Declaration
    public static readonly DependencyProperty DockWindowContentMarginProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    DockTabPlacement

    Declaration
    [ClassReference(IsReviewed = false)]
    public TabPlacement DockTabPlacement { get; set; }
    Property Value
    Type
    TabPlacement

    DockWindowBackground

    Gets or sets a value indicating whether the Background of the window.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Brush DockWindowBackground { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    Default value is Brushes.Transparent.

    See Also
    Windows.UI.Xaml.Media.Brush

    DockWindowContentBackground

    Gets or sets a value indicating whether the BackGround of the window Content.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Brush DockWindowContentBackground { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    Default value is Brushes.Transparent.

    See Also
    Windows.UI.Xaml.Media.Brush

    DockWindowContentBorderBrush

    Gets or sets a value indicating whether the BorderBrush of the window content.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Brush DockWindowContentBorderBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    Default value is Brushes.Black.

    See Also
    Windows.UI.Xaml.Media.Brush

    DockWindowContentMargin

    Gets or sets a value indicating whether the Margin of the window Content.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Thickness DockWindowContentMargin { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Thickness

    Default Thickness is 0.

    See Also
    Windows.UI.Xaml.Media.Brush

    Methods

    Dispose()

    Disposes the instance of DockTabControl

    Declaration
    [ClassReference(IsReviewed = false)]
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnApplyTemplate()

    It is applying the Own style of the Base class TabControl.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    TabControlBase.OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved