Interface IMultiSelector
An interface that is implemented by classes which are responsible for selecting multiple items among their child elements.
Inherited Members
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IMultiSelector : ISelector
Properties
SelectedItems
Gets a collection of selected items.
Declaration
IList SelectedItems { get; }
Property Value
System.Collections.IList
|