Class FocusElementHelper
Inheritance
System.Object
FocusElementHelper
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public static class FocusElementHelper : Object
Fields
IsFocusedProperty
Declaration
public static readonly BindableProperty IsFocusedProperty
Field Value
Xamarin.Forms.BindableProperty
|
Methods
GetIsFocused(BindableObject)
Declaration
public static bool GetIsFocused(BindableObject view)
Parameters
Xamarin.Forms.BindableObject
view
|
Returns
System.Boolean
|
SetIsFocused(BindableObject, Boolean)
Declaration
public static void SetIsFocused(BindableObject view, bool value)
Parameters
Xamarin.Forms.BindableObject
view
|
System.Boolean
value
|