Class MinimizedOutlookBarItem
Represents the Rad
Inheritance
Namespace: Telerik.Windows.Controls.OutlookBar
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Themable]
public class MinimizedOutlookBarItem : ListBoxItem, IOutlookBarItem, IThemable
Constructors
MinimizedOutlookBarItem()
Initializes a new instance of the Minimized
Declaration
public MinimizedOutlookBarItem()
Fields
SmallIconProperty
Identifies the Small
Declaration
public static readonly DependencyProperty SmallIconProperty
Field Value
System.
|
Properties
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
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes
(such as a rebuilding layout pass) call
System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |