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.Boolean
|
Methods
GetDataItem(UIElement)
Gets the data item.
Declaration
object GetDataItem(UIElement container)
Parameters
System.Windows.UIElement
container
|
Returns
System.Object
|
GetItems()
Gets the items.
Declaration
IEnumerable GetItems()
Returns
System.Collections.IEnumerable
|
IsItemSelectable(Object)
Determines whether the item is selectable.
Declaration
bool IsItemSelectable(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|
MoveCurrentItemInCollectionView(Object)
Moves the current item in collection view.
Declaration
void MoveCurrentItemInCollectionView(object item)
Parameters
System.Object
item
|