Class ItemsControlSelectorExtensions
Static class helper for selector extensions.
Inheritance
System.Object
ItemsControlSelectorExtensions
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class ItemsControlSelectorExtensions : Object
Methods
ContainerFromIndex(ItemsControlSelector, Int32)
Get container from index.
Declaration
public static ISelectorItem ContainerFromIndex(this ItemsControlSelector selector, int index)
Parameters
Items The selector. |
System. The index. |
Returns
ContainerFromItemOrContainer(ItemsControlSelector, Object)
Get container from item or container.
Declaration
public static ISelectorItem ContainerFromItemOrContainer(this ItemsControlSelector selector, object item)
Parameters
Items The selector. |
System. The item. |