Class RadView
Represents the base class for all Telerik views.
Inheritance
System.Object
RadView
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadView : View, IView, IElement, ITransform
Constructors
RadView()
Properties
IsOperational
Gets a value indicating whether the view is operational and ready to use.
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
|
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()
OnNativeControlLoaded()
Called when the native control is loaded.
Declaration
protected virtual void OnNativeControlLoaded()
OnNativeControlUnloaded()
Called when the native control is unloaded.
Declaration
protected virtual void OnNativeControlUnloaded()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|