Class ContextualTabGroup
ContextualTabGroups are used to organize RibbonBar Tabs in groups which are visible depending on certain context.
Inheritance
System.Object
ContextualTabGroup
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
[RadToolboxItem(false)]
public class ContextualTabGroup : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
ContextualTabGroup()
Declaration
public ContextualTabGroup()
Fields
BaseColorProperty
Properties
BaseColor
Gets or sets the displayed text.
Declaration
[RadPropertyDefaultValue("BaseColor", typeof(ContextualTabGroup))]
public Color BaseColor { get; set; }
Property Value
System.
|
TabItems
Collection containing references to the TabItems in the group.
Declaration
public RadItemCollection TabItems { get; set; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF proposedSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnBubbleEvent(RadElement, RoutedEventArgs)
Declaration
protected override void OnBubbleEvent(RadElement sender, RoutedEventArgs args)
Parameters
Rad
|
Routed
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnPropertyChanging(RadPropertyChangingEventArgs)
Declaration
protected override void OnPropertyChanging(RadPropertyChangingEventArgs args)