Overview
12 Sep 20252 minutes to read
| Name | Description |
|---|---|
| Header | Objects used for configuring the Tab item header properties. |
| Tab | Tab is a content panel to show multiple contents in a single space, one at a time. Each Tab item has an associated content, that will be displayed based on the active Tab header item. |
| TabActionSettings | Objects used for configuring the Tab selecting item action properties. |
| TabAnimationSettings | Objects used for configuring the Tab animation properties. |
| TabItem | An array of object that is used to configure the Tab. |
| AddEventArgs | An interface that holds options to control the adding and added item action. |
| DragEventArgs | An interface that holds option to control the dragging and dragged item action. |
| RemoveEventArgs | An interface that holds options to control the removing and removed item action. |
| SelectEventArgs | An interface that holds options to control the selected item action. |
| SelectingEventArgs | An interface that holds options to control the selecting item action. |
| ContentLoad | Specifies the options of Tab content display mode. |
| HeaderPosition | Specifies the orientation of the Tab header. |
| HeightStyles | Options to set the content element height adjust modes. |
| TabSwipeMode | Enables or disables the tab swiping action through Touch and Mouse. - Both: Enables swiping for both touch and mouse input.- Touch: Enables swiping only for touch input.- Mouse: Enables swiping only for mouse input.- None: Disables swiping for both touch and mouse input. |