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