ClassLayoutControlTabGroup
Class
Represents the LayoutControlTabGroup wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class LayoutControlTabGroup : LayoutControlGroupBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlLayoutControlGroupBaseLayoutControlTabGroup
Implements:
Inherited Members
Constructors
LayoutControlTabGroup()
Initializes a new instance of the LayoutControlTabGroup class.
Declaration
cs-api-definition
public LayoutControlTabGroup()
Properties
ContentPresenter
Gets ContentPresenter inside LayoutControlTabGroup.
Declaration
cs-api-definition
public ContentPresenter ContentPresenter { get; }
Property Value
Orientation
Gets the LayoutControlTabGroup orientation value via automation property.
TabItems
Gets Lsit of LayoutControlTabGroupItems inside LayoutControlTabGroup.
Declaration
cs-api-definition
public List<LayoutControlTabGroupItem> TabItems { get; }
Property Value
TabStripPanel
Gets TabStripPanel inside LayoutControlTabGroup.
Declaration
cs-api-definition
public ItemsPresenter TabStripPanel { get; }
Property Value