menu

WPF

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

    Show / Hide Table of Contents

    Class QuickTabSwicthPreviewControl

    Presents switcher control for QuickTab action.

    Inheritance
    System.Object
    SwicthPreviewControlBase
    QuickTabSwicthPreviewControl
    Inherited Members
    SwicthPreviewControlBase.Collapsed
    SwicthPreviewControlBase.CornerRadius
    SwicthPreviewControlBase.CornerRadiusChanged
    SwicthPreviewControlBase.CornerRadiusProperty
    SwicthPreviewControlBase.ItemBorderBrush
    SwicthPreviewControlBase.ItemBorderBrushChanged
    SwicthPreviewControlBase.ItemBorderBrushProperty
    SwicthPreviewControlBase.ItemBorderThickness
    SwicthPreviewControlBase.ItemBorderThicknessChanged
    SwicthPreviewControlBase.ItemBorderThicknessProperty
    SwicthPreviewControlBase.ItemCornerRadius
    SwicthPreviewControlBase.ItemCornerRadiusChanged
    SwicthPreviewControlBase.ItemCornerRadiusProperty
    SwicthPreviewControlBase.ItemHeight
    SwicthPreviewControlBase.ItemHeightChanged
    SwicthPreviewControlBase.ItemHeightProperty
    SwicthPreviewControlBase.ItemWidth
    SwicthPreviewControlBase.ItemWidthChanged
    SwicthPreviewControlBase.ItemWidthProperty
    SwicthPreviewControlBase.OnCornerRadiusChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnItemBorderBrushChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnItemBorderThicknessChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnItemCornerRadiusChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnItemHeightChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnItemWidthChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnSelectedItemBackgroundChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnSelectedItemBorderBrushChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnSelectedItemBorderThicknessChanged(DependencyPropertyChangedEventArgs)
    SwicthPreviewControlBase.OnVisibilityPropertyChanged(Visibility)
    SwicthPreviewControlBase.SelectedItemBackground
    SwicthPreviewControlBase.SelectedItemBackgroundChanged
    SwicthPreviewControlBase.SelectedItemBackgroundProperty
    SwicthPreviewControlBase.SelectedItemBorderBrush
    SwicthPreviewControlBase.SelectedItemBorderBrushChanged
    SwicthPreviewControlBase.SelectedItemBorderBrushProperty
    SwicthPreviewControlBase.SelectedItemBorderThickness
    SwicthPreviewControlBase.SelectedItemBorderThicknessChanged
    SwicthPreviewControlBase.SelectedItemBorderThicknessProperty
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class QuickTabSwicthPreviewControl : SwicthPreviewControlBase

    Constructors

    QuickTabSwicthPreviewControl()

    Declaration
    public QuickTabSwicthPreviewControl()

    Fields

    CloseButtonVisibleProperty

    Presents close button of item windows visibility.

    Declaration
    public static readonly DependencyProperty CloseButtonVisibleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    CloseButtonVisible

    Gets or sets a value indicating whether of the CloseButtonVisible dependency property.

    Declaration
    public bool CloseButtonVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Items

    Gets the items.

    Declaration
    public override IEnumerable Items { get; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    The items.

    Overrides
    SwicthPreviewControlBase.Items

    SelectedItem

    Gets the selected item.

    Declaration
    public override object SelectedItem { get; }
    Property Value
    Type Description
    System.Object

    The selected item.

    Overrides
    SwicthPreviewControlBase.SelectedItem

    UsedMainCollection

    Gets a value indicating whether [used main collection]. Always true for this control.

    Declaration
    public override bool UsedMainCollection { get; }
    Property Value
    Type Description
    System.Boolean

    true if [used main collection]; otherwise, false.

    Overrides
    SwicthPreviewControlBase.UsedMainCollection

    Methods

    AddItem(UIElement)

    Adds the item.

    Declaration
    public override void AddItem(UIElement item)
    Parameters
    Type Name Description
    System.Windows.UIElement item

    The item ContentControl.

    Overrides
    SwicthPreviewControlBase.AddItem(UIElement)

    ClearItems()

    Clears the items.

    Declaration
    public override void ClearItems()
    Overrides
    SwicthPreviewControlBase.ClearItems()

    MoveItem(Boolean, SwitchDirection)

    Moves the item.

    Declaration
    public override void MoveItem(bool isForward, SwitchDirection switchDirection)
    Parameters
    Type Name Description
    System.Boolean isForward

    if set to true [is forward].

    SwitchDirection switchDirection

    The switch direction.

    Overrides
    SwicthPreviewControlBase.MoveItem(Boolean, SwitchDirection)

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    OnCloseButtonVisibleChanged(DependencyPropertyChangedEventArgs)

    Updates property value cache and raises CloseButtonVisibleChanged event.

    Declaration
    protected virtual void OnCloseButtonVisibleChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    Property change details, such as old value and new value.

    ShowSelectedItem()

    Shows and selects the first item.

    Declaration
    public override void ShowSelectedItem()
    Overrides
    SwicthPreviewControlBase.ShowSelectedItem()

    Events

    CloseButtonVisibleChanged

    Event that is raised when CloseButtonVisible property is changed.

    Declaration
    public event PropertyChangedCallback CloseButtonVisibleChanged
    Event Type
    Type
    System.Windows.PropertyChangedCallback
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved