Interface IItemSearchResult
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IItemSearchResult
Properties
Index
Declaration
int Index { get; }
Property Value
|
System.Int32
|
Item
Declaration
object Item { get; }
Property Value
|
System.Object
|
Value
Declaration
object Value { get; }
Property Value
|
System.Object
|