Interface IItemSearchResult
Provides the result for the ItemSearch.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IItemSearchResult
Properties
Index
Gets the index.
Declaration
int Index { get; }
Property Value
System.Int32
|
Item
Gets the item.
Declaration
object Item { get; }
Property Value
System.Object
|
Value
Gets the value.
Declaration
object Value { get; }
Property Value
System.Object
|