Class RadView
Inheritance
System.Object
RadView
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class RadView : View, INotifyNativeControlLoaded
Constructors
RadView()
Declaration
protected RadView()
Properties
IsOperational
Declaration
public virtual bool IsOperational { get; }
Property Value
System.Boolean
|
Methods
IsDefaultValue(String)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.
Declaration
public virtual bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|
OnNativeControlLoaded()
Declaration
protected virtual void OnNativeControlLoaded()
OnNativeControlUnloaded()
Declaration
protected virtual void OnNativeControlUnloaded()
Events
NativeControlLoaded
Declaration
public event EventHandler NativeControlLoaded
Event Type
System.EventHandler
|
Implements
NativeControlUnloaded
Declaration
public event EventHandler NativeControlUnloaded
Event Type
System.EventHandler
|