ItemWrapper
Class
This class is used as the model for the items of the OverflowMenu and the OfficeNavigationBarDialogListBox. It holds the content extracted from the corresponding RadOfficeNavigationBarItem and its hash code.
Definition
Namespace:Telerik.Windows.Controls.OfficeNavigationBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class ItemWrapper
Inheritance: objectItemWrapper
Constructors
C#
public ItemWrapper()
Properties
Gets the content of this wrapper extracted from the corresponding RadOfficeNavigationBarItem.
C#
public object Content { get; }
Gets the initial index of the RadOfficeNavigationBarItem that this wrapper represents in the Items collection of the RadOfficeNavigationBar.
C#
public int InitialIndex { get; }
Gets the type of this item.
C#
public ItemWrapperType Type { get; }