ClassRadOutlookBar
Represents the Silverlight RadOutlookBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadOutlookBar : RadTabControl, IAutomationPeer, IPeerConverter, IRadOutlookBar, IRadTabControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadTabControlRadOutlookBar
Implements:
Inherited Members
Constructors
RadOutlookBar()
Initializes a new instance of the RadOutlookBar class.
Declaration
public RadOutlookBar()
Properties
HeaderText
Get the text at the OutlookBar header.
ItemElements
Gets the list of the root RadOutlookBarItem elements.
Declaration
public IList<IRadOutlookBarItem> ItemElements { get; }
Property Value
Implements
Items
Gets the list of the root RadOutlookBarItem elements.
Declaration
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadOutlookBarItem> Items { get; }
Property Value
MinimizedOutlookBarArea
Get the minimized area control of this outlook bar.
Declaration
public MinimizedOutlookBarArea MinimizedOutlookBarArea { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
DragHorizontalSplitter(int)
Drag the horizontal splitter by the given vertical offset refreshing the outlook bar as well.
Declaration
public void DragHorizontalSplitter(int verticalOffset)
Parameters
verticalOffset
The offset to drag by.
Implements