Class LayoutControlTabStripItem
An inheritor of RadPageViewStripItem used in RadLayoutControl. Stands for displaying the tabs of LayoutControlGroupItems inside a LayoutControlTabbedGroup. Keeps track of its associated LayoutControlGroupItem.
Inheritance
System.Object
LayoutControlTabStripItem
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 LayoutControlTabStripItem : RadPageViewStripItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LayoutControlTabStripItem(LayoutControlGroupItem)
Declaration
public LayoutControlTabStripItem(LayoutControlGroupItem layoutGroupItem)
Parameters
LayoutControlGroupItem
layoutGroupItem
|
Properties
LayoutGroupItem
The LayoutControlGroupItem associated with this tab strip item.
Declaration
public LayoutControlGroupItem LayoutGroupItem { get; }
Property Value
LayoutControlGroupItem
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateButtonsPanel()
Declaration
protected override RadPageViewItemButtonsPanel CreateButtonsPanel()
Returns
RadPageViewItemButtonsPanel
|
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()