WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemHeader

    Show / Hide Table of Contents

    Class ItemHeader

    This class presents header of switch's items in QuickTab mode.

    Inheritance
    System.Object
    ItemHeader
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ItemHeader : Control

    Constructors

    ItemHeader()

    Declaration
    public ItemHeader()

    Properties

    CloseButton

    Gets the close button.

    Declaration
    public ContentControl CloseButton { get; }
    Property Value
    Type Description
    System.Windows.Controls.ContentControl

    The close button.

    Methods

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved