menu

UWP

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

    Show / Hide Table of Contents

    Class DockTabItem

    Represents the Custom Tab Item.

    Inheritance
    System.Object
    TabItemBase
    DockTabItem
    Implements
    System.IDisposable
    Inherited Members
    TabItemBase.Header
    TabItemBase.HeaderProperty
    TabItemBase.Icon
    TabItemBase.IconProperty
    TabItemBase.IsSelected
    TabItemBase.IsSelectedProperty
    TabItemBase.OnContentChanged(Object, Object)
    TabItemBase.SelectedBackground
    TabItemBase.SelectedBackgroundProperty
    TabItemBase.SelectedFontSize
    TabItemBase.SelectedFontSizeProperty
    TabItemBase.SelectedForeground
    TabItemBase.SelectedForegroundProperty
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfDockingManager.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class DockTabItem : TabItemBase, IDisposable

    Constructors

    DockTabItem()

    Initializes a new instance of the DockTabItem class.

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

    Methods

    Dispose()

    Disposes the instance of DockTabItem

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

    Dispose(Boolean)

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

    OnApplyTemplate()

    Builds the visual tree for the System.Windows.Controls.SfTabItem when a new template is applied.

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

    OnPointerExited(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    TabItemBase.OnPointerExited(PointerRoutedEventArgs)

    OnPointerMoved(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    TabItemBase.OnPointerMoved(PointerRoutedEventArgs)

    OnPointerPressed(PointerRoutedEventArgs)

    Called before the System.Windows.UIElement.MouseLeftButtonDown event occurs.

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The data for the event.

    Overrides
    TabItemBase.OnPointerPressed(PointerRoutedEventArgs)

    OnPointerReleased(PointerRoutedEventArgs)

    Called before the System.Windows.UIElement.MouseLeftButtonUp event occurs.

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The data for the event.

    Overrides
    TabItemBase.OnPointerReleased(PointerRoutedEventArgs)

    Implements

    System.IDisposable

    Extension Methods

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