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