Class LayoutControlTabStripElement
A RadPageViewStripElement inheritor used to display the tab strip inside LayoutControlTabbedGroups in RadLayoutControl.
Inheritance
System.Object
LayoutControlTabStripElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutControlTabStripElement : RadPageViewStripElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LayoutControlTabStripElement()
Declaration
public LayoutControlTabStripElement()
Properties
SelectedTab
Gets the currently selected LayoutControlTabStripItem.
Declaration
public LayoutControlTabStripItem SelectedTab { get; }
Property Value
LayoutControlTabStripItem
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CloseItem(RadPageViewItem)
Declaration
protected override void CloseItem(RadPageViewItem item)
Parameters
RadPageViewItem
item
|
Overrides
SetSelectedContent(RadPageViewItem)
Declaration
protected override void SetSelectedContent(RadPageViewItem item)
Parameters
RadPageViewItem
item
|
Overrides
SetSelectedGroup(LayoutControlGroupItem)
Selects the specified LayoutControlGroupItem.
Declaration
public void SetSelectedGroup(LayoutControlGroupItem value)
Parameters
LayoutControlGroupItem
value
The group item to select. |