Interface ISupportCurrentItem
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ISupportCurrentItem
Properties
CurrentItem
Declaration
object CurrentItem { get; }
Property Value
System.
|
IsCurrentItemInView
Declaration
bool IsCurrentItemInView { get; }
Property Value
System.
|
Methods
MoveCurrentTo(Object)
Declaration
bool MoveCurrentTo(object item)
Parameters
System.
|
Returns
System.
|
MoveCurrentToFirst()
Declaration
bool MoveCurrentToFirst()
Returns
System.
|
MoveCurrentToLast()
Declaration
bool MoveCurrentToLast()
Returns
System.
|
MoveCurrentToNext()
Declaration
bool MoveCurrentToNext()
Returns
System.
|
MoveCurrentToPrevious()
Declaration
bool MoveCurrentToPrevious()
Returns
System.
|