Class NavigationSelector
Inheritance
System.Object
NavigationSelector
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class NavigationSelector : Selector
Constructors
Initializes a new instance of the NavigationSelector class.
Declaration
protected NavigationSelector()
Fields
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Gets or sets the orientation of the control.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
Returns the next index taking into account whether infinite looping is enabled.
Declaration
protected int GetNextIndex()
Returns
Returns the previous index taking into account whether infinite looping is enabled.
Declaration
protected int GetPreviousIndex()
Returns
Moves the selected item to the next one.
Declaration
public void MoveSelectedToNext()
Moves the selected item to the previous one.
Declaration
public void MoveSelectedToPrevious()
Declaration
public override void OnApplyTemplate()
Extension Methods