ClassRadRibbonTab
Represents the RadRibbonTab control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadRibbonTab : ContentControl, IAutomationPeer, IPeerConverter, IRadRibbonTab, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadRibbonTab
Implements:
Inherited Members
Constructors
RadRibbonTab()
Initializes a new instance of the RadRibbonView class.
Declaration
public RadRibbonTab()
Properties
ContextualGroupName
Get or set ContextualGroupName of ribbon tab if any.
HoveredBorderBrushColor
Get the tab hovered border brush
Declaration
public IColor HoveredBorderBrushColor { get; }
Property Value
Implements
HoveredBorderBrushOpacity
Get the tab hovered border opacity
Declaration
public double HoveredBorderBrushOpacity { get; }
Property Value
Implements
HoveredBorderBrushVisibility
Get the tab hovered border visibility
Declaration
public Visibility HoveredBorderBrushVisibility { get; }
Property Value
Implements
IsContextualTabVisible
Get or set whether the contextual tab is visible.
IsSelected
Get or set whether the ribbon tab item is selected.
ItemIndex
Get the item index.
SelectedBorderBrushColor
Get the tab selected border brush
Declaration
public IColor SelectedBorderBrushColor { get; }
Property Value
Implements
SelectedBorderBrushOpacity
Get the tab selected border opacity
Declaration
public double SelectedBorderBrushOpacity { get; }
Property Value
Implements
SelectedBorderBrushVisibility
Get the tab selected border visibility
Declaration
public Visibility SelectedBorderBrushVisibility { get; }
Property Value
Implements
TabText
Get the tab's text.
Methods
Click()
Simulates user clicking on the item. The method also updates the RadRibbonView.
Declaration
public void Click()
Implements