Class
MinimizedOutlookBarItem

Represents the RadOutlookBarItem when placed in the MinimizedArea.

Definition

Namespace:Telerik.Windows.Controls.OutlookBar

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[Themable]
public class MinimizedOutlookBarItem : ListBoxItem

Inheritance: objectMinimizedOutlookBarItem

Constructors

MinimizedOutlookBarItem()

Initializes a new instance of the MinimizedOutlookBarItem class.

Declaration

cs-api-definition
public MinimizedOutlookBarItem()

Fields

SmallIconProperty

Identifies the SmallIcon dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SmallIconProperty

Field Value

DependencyProperty

Properties

SmallIcon

Gets or sets the source of the small icon of RadOutlookBarItem.

Declaration

cs-api-definition
public ImageSource SmallIcon { get; set; }

Property Value

ImageSource

Remarks

The small icon is visible when the RadOutlookBarItem is in the MinimizedArea.

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.