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()