IListControl
Interface
An interface that is implemented by classes which has child elements.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IListControl
Derived Classes:
Properties
Gets the index of the highlighted item.
C#
int HighlightedIndex { get; }
The index of the highlighted.
Methods
Scrolls the into view.