Click or drag to resize
UITabsTabItemsInternal Property
Internal collection of tabs (built either from Tabs or TabItems).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected List<UITabItem> TabItemsInternal { get; }

Property Value

Type: ListUITabItem
See Also