Class LayoutControlTabStripElement
A Rad
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 Layout
Declaration
public LayoutControlTabStripItem SelectedTab { get; }
Property Value
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.
|
Overrides
Methods
CloseItem(RadPageViewItem)
Declaration
protected override void CloseItem(RadPageViewItem item)
Parameters
Rad
|
Overrides
SetSelectedContent(RadPageViewItem)
Declaration
protected override void SetSelectedContent(RadPageViewItem item)
Parameters
Rad
|
Overrides
SetSelectedGroup(LayoutControlGroupItem)
Selects the specified Layout
Declaration
public void SetSelectedGroup(LayoutControlGroupItem value)
Parameters
Layout The group item to select. |