Class RadBreadcrumbItemType
Specifies the type of a RadBreadcrumbBarItem.
Inheritance
System.Object
RadBreadcrumbItemType
Namespace: Telerik.Windows.Controls.Breadcrumb
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class RadBreadcrumbItemType : Enum
Fields
BarItem
The normal type for a item.
Declaration
public const RadBreadcrumbItemType BarItem
Field Value
RadBreadcrumbItemType
|
DropDownItem
The dropdown type for a item.
Declaration
public const RadBreadcrumbItemType DropDownItem
Field Value
RadBreadcrumbItemType
|
value__
Declaration
public int value__
Field Value
System.Int32
|