Class RadOfficeNavigationBarItem
Inheritance
System.Object
RadOfficeNavigationBarItem
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadOfficeNavigationBarItem : ButtonBase, IThemable
Constructors
Declaration
public RadOfficeNavigationBarItem()
Fields
Declaration
public static readonly DependencyProperty CompactContentProperty
Field Value
System.Windows.DependencyProperty
|
Declaration
public static readonly DependencyProperty CompactContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Declaration
public static readonly DependencyProperty CompactContentTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Declaration
[SRCategory("Appearance")]
public object CompactContent { get; set; }
Property Value
Gets or sets the data template used for CompactContent in a RadNavigationViewItem. This is a dependency property.
Declaration
[SRCategory("Appearance")]
public DataTemplate CompactContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Gets or sets the data template selector used for CompactContent in a RadNavigationViewItem. This is a dependency property.
Declaration
[SRCategory("Appearance")]
public DataTemplateSelector CompactContentTemplateSelector { get; set; }
Property Value
System.Windows.Controls.DataTemplateSelector
|
Gets or sets a value indicating whether this instance is selected. This is a dependency property.
Declaration
public bool IsSelected { get; set; }
Property Value
Gets the position of this item in the current view.
Declaration
public int Position { get; }
Property Value
Methods
Declaration
public override void OnApplyTemplate()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer
implementation.
|
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data.
|
Called when selection is changed.
Declaration
protected virtual void OnIsSelectedChanged()
Extension Methods