InterfaceIListControl
Interface
An interface that is implemented by classes which has child elements.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IListControl
Properties
HighlightedIndex
Gets the index of the highlighted item.
Declaration
cs-api-definition
int HighlightedIndex { get; }
Property Value
The index of the highlighted.
Methods
ScrollIntoView(int)
Scrolls the into view.