Class TabStripMenuItem
The TabStripMenuItem class which represents the child window using header in tab strip menu for mobile device
Inheritance
System.Object
TabStripMenuItem
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class TabStripMenuItem : ListViewItem, IDisposable
Constructors
TabStripMenuItem()
Initializes a new instance of the TabStripMenuItem class
Declaration
[ClassReference(IsReviewed = false)]
public TabStripMenuItem()
Fields
HeaderProperty
Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsAutoHideProperty
Using a DependencyProperty as the backing store for IsAutoHide. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsAutoHideProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Header
Gets or sets a value indicating whether the Header property
Declaration
[ClassReference(IsReviewed = false)]
public string Header { get; set; }
Property Value
Type |
---|
System.String |
IsAutoHide
Gets or sets a value indicating whether the IsAutoHide property
Declaration
[ClassReference(IsReviewed = false)]
public bool IsAutoHide { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Disposes the control while unloading.
Declaration
[ClassReference(IsReviewed = false)]
public void Dispose()
Dispose(Boolean)
dispose all the instances used in this class.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | is a boolean value |
Implements
System.IDisposable