Interface ISelectorInteraction
Exposes interface for internal interaction with the selectors.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface ISelectorInteraction
Properties
IsDefaultCollectionView
Gets a value indicating whether this instance is default collection view.
Declaration
bool IsDefaultCollectionView { get; }
Property Value
System.
|
Methods
GetDataItem(UIElement)
Gets the data item.
Declaration
object GetDataItem(UIElement container)
Parameters
System.
|
Returns
System.
|
GetItems()
Gets the items.
Declaration
IEnumerable GetItems()
Returns
System.
|
IsItemSelectable(Object)
Determines whether the item is selectable.
Declaration
bool IsItemSelectable(object item)
Parameters
System.
|
Returns
System.
|
MoveCurrentItemInCollectionView(Object)
Moves the current item in collection view.
Declaration
void MoveCurrentItemInCollectionView(object item)
Parameters
System.
|