New to Telerik UI for WPFStart a free 30-day trial

Exposes interface for internal interaction with the selectors.

Definition

Properties

Gets a value indicating whether this instance is default collection view.

C#
bool IsDefaultCollectionView { get; }

Methods

Gets the data item.

C#
object GetDataItem(UIElement container)
Parameters:containerUIElementReturns:

object

Gets the items.

C#
IEnumerable GetItems()
Returns:

IEnumerable

Determines whether the item is selectable.

C#
bool IsItemSelectable(object item)
Parameters:itemobjectReturns:

bool

Moves the current item in collection view.

C#
void MoveCurrentItemInCollectionView(object item)
Parameters:itemobject