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.
|
Item
Declaration
object Item { get; }
Property Value
System.
|
Value
Declaration
object Value { get; }
Property Value
System.
|