RadControls for Silverlight

Used in the RadTreeView to specify what will be brought into view when the BringIntoView or an equivalent method is called for a RadTreeViewItem.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.1050

Syntax

C#
public enum BringIntoViewMode
Visual Basic
Public Enumeration BringIntoViewMode

Members

Member nameValueDescription
Header0 Just the header of the item will be brought into view.
HeaderAndItems1 The header and as many items as possible will be brought into view.

See Also