Class TabStripControl
Represents the TabStripControl class
Inheritance
System.Object
TabStripControl
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public class TabStripControl : ItemsControl
Constructors
TabStripControl()
Initializes a new instance of the TabStripControl class.
Declaration
public TabStripControl()
Methods
GetContainerForItemOverride()
Override method for getting the items for the tab strip control
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Windows.UI.Xaml.DependencyObject | return value |
OnApplyTemplate()
On apply template method.
Declaration
protected override void OnApplyTemplate()
OnItemsChanged(Object)
On items changed method.
Declaration
protected override void OnItemsChanged(object e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | e | Object type |