Represents the RadOutlookBarItem when placed in the MinimizedArea.
Definition
Namespace:Telerik.Windows.Controls.OutlookBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
[Themable]
public class MinimizedOutlookBarItem : ListBoxItem
Inheritance: objectMinimizedOutlookBarItem
Constructors
Initializes a new instance of the MinimizedOutlookBarItem class.
C#
public MinimizedOutlookBarItem()
Fields
SmallIconProperty
DependencyProperty
Identifies the SmallIcon dependency property.
C#
public static readonly DependencyProperty SmallIconProperty
Properties
SmallIcon
ImageSource
Gets or sets the source of the small icon of RadOutlookBarItem.
C#
public ImageSource SmallIcon { get; set; }
Remarks:
The small icon is visible when the RadOutlookBarItem is in the MinimizedArea.
Methods
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.