Class
ItemWrapper

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:

cs-api-definition
public class ItemWrapper

Inheritance: objectItemWrapper

Constructors

ItemWrapper()

Declaration

cs-api-definition
public ItemWrapper()

Properties

Content

Gets the content of this wrapper extracted from the corresponding RadOfficeNavigationBarItem.

Declaration

cs-api-definition
public object Content { get; }

Property Value

object

InitialIndex

Gets the initial index of the RadOfficeNavigationBarItem that this wrapper represents in the Items collection of the RadOfficeNavigationBar.

Declaration

cs-api-definition
public int InitialIndex { get; }

Property Value

int

Type

Gets the type of this item.

Declaration

cs-api-definition
public ItemWrapperType Type { get; }

Property Value

ItemWrapperType