Class RadOutlookBarItem
Represents a headered content area in a Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadOutlookBarItem : RadTabItem, IRadTabItem, IOutlookBarItem
Constructors
RadOutlookBarItem()
Fields
IconMarginProperty
Identifies the Icon
Declaration
public static readonly DependencyProperty IconMarginProperty
Field Value
System.
|
IconProperty
Identifies the Icon dependency property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.
|
MinimizedContentProperty
Identifies the Minimized
Declaration
public static readonly DependencyProperty MinimizedContentProperty
Field Value
System.
|
MinimizedContentTemplateProperty
Identifies the Minimized
Declaration
public static readonly DependencyProperty MinimizedContentTemplateProperty
Field Value
System.
|
MinimizedContentTemplateSelectorProperty
Identifies the Minimized
Declaration
public static readonly DependencyProperty MinimizedContentTemplateSelectorProperty
Field Value
System.
|
PositionChangedEvent
This event gets fired every time a Rad
Declaration
public static readonly RoutedEvent PositionChangedEvent
Field Value
System.
|
SmallIconProperty
Identifies the Small
Declaration
public static readonly DependencyProperty SmallIconProperty
Field Value
System.
|
TitleProperty
Identifies the Header property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.
|
TitleTemplateProperty
Identifies the Title
Declaration
public static readonly DependencyProperty TitleTemplateProperty
Field Value
System.
|
TitleTemplateSelectorProperty
Identifies the Title
Declaration
public static readonly DependencyProperty TitleTemplateSelectorProperty
Field Value
System.
|
Properties
BottomTemplate
This property does not apply to OutlookBarItem.
Declaration
public override ControlTemplate BottomTemplate { get; set; }
Property Value
System.
|
Overrides
Icon
Gets or sets the source of the icon of Rad
Declaration
public ImageSource Icon { get; set; }
Property Value
System.
|
Remarks
The icon is visible when the Rad
IconMargin
Gets or sets the margin of the icon of Rad
Declaration
public Thickness IconMargin { get; set; }
Property Value
System.
|
IsBreak
This property does not apply to OutlookBarItem.
Declaration
public override bool IsBreak { get; set; }
Property Value
System.
|
Overrides
LeftTemplate
This property does not apply to OutlookBarItem.
Declaration
public override ControlTemplate LeftTemplate { get; set; }
Property Value
System.
|
Overrides
MinimizedContent
Gets or sets the content that will represent the Rad
Declaration
public object MinimizedContent { get; set; }
Property Value
System.
|
MinimizedContentTemplate
Gets or sets the content template that will represent the Rad
Declaration
public DataTemplate MinimizedContentTemplate { get; set; }
Property Value
System.
|
MinimizedContentTemplateSelector
Gets or sets the content template selector that will select a template to represent the Rad
Declaration
public DataTemplateSelector MinimizedContentTemplateSelector { get; set; }
Property Value
System.
|
Position
Gets the position of the Rad
Declaration
public OutlookBarItemPosition Position { get; }
Property Value
RightTemplate
This property does not apply to OutlookBarItem.
Declaration
public override ControlTemplate RightTemplate { get; set; }
Property Value
System.
|
Overrides
SmallIcon
Gets or sets the source of the small icon of Rad
Declaration
public ImageSource SmallIcon { get; set; }
Property Value
System.
|
Remarks
The small icon is visible when the Rad
TabOrientation
This property does not apply to OutlookBarItem.
Declaration
public override Orientation TabOrientation { get; }
Property Value
System.
|
Overrides
TabStripPlacement
This property does not apply to OutlookBarItem.
Declaration
public override Dock TabStripPlacement { get; }
Property Value
System.
|
Overrides
Title
Gets or sets the title of the parent Rad
Declaration
public object Title { get; set; }
Property Value
System.
|
TitleTemplate
Gets or sets the template for the title of the parent Rad
Declaration
public DataTemplate TitleTemplate { get; set; }
Property Value
System.
|
TitleTemplateSelector
Gets or sets the template selector for the title template of the parent Rad
Declaration
public DataTemplateSelector TitleTemplateSelector { get; set; }
Property Value
System.
|
TopTemplate
This property does not apply to OutlookBarItem.
Declaration
public override ControlTemplate TopTemplate { get; set; }
Property Value
System.
|
Overrides
Methods
add_PositionChanged(PositionChangedEventHandler)
Declaration
public void add_PositionChanged(PositionChangedEventHandler value)
Parameters
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate().
Declaration
public override void OnApplyTemplate()
Overrides
OnHeaderChanged(Object, Object)
Allows derived classes to act on header change.
Declaration
protected override void OnHeaderChanged(object oldHeader, object newHeader)
Parameters
System. The old header value. |
System. The new header value. |
Overrides
See Also
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Overrides
OnIsSelectedChanged(Boolean, Boolean)
Called when item is selected.
Declaration
protected override void OnIsSelectedChanged(bool oldValue, bool newValue)
Parameters
System.
|
System.
|
Overrides
OnTitleChanged(Object, Object)
Allows derived classes to act on header change.
Declaration
protected virtual void OnTitleChanged(object oldHeader, object newHeader)
Parameters
System. The old header value. |
System. The new header value. |
See Also
remove_PositionChanged(PositionChangedEventHandler)
Declaration
public void remove_PositionChanged(PositionChangedEventHandler value)
Parameters
Events
PositionChanged
Occurs when a Rad
Declaration
public event PositionChangedEventHandler PositionChanged