Angular Form - TabbedItem
This article describes configuration properties of a tabbed form item. You can specify its options in the tabPanelOptions object.
An item representing a tabbed container for other form items.
See Also
cssClass
In Form, you can customize the appearance of form items using CSS styles. To apply a style to an item, implement a CSS class, which may contain various properties, and assign the name of this class to the cssClass property of the item.
name
Use the name to access the form item in methods like itemOption(id).
tabPanelOptions
Holds a configuration object for the TabPanel UI component used to display the current form item.
Angular
Vue
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.