RadView
Class
Represents the base class for all Telerik views.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class RadView : View, IView, IElement, ITransform
Inheritance: objectRadView
Derived Classes:
Implements:
Constructors
Properties
Gets a value indicating whether the view is operational and ready to use.
C#
public virtual bool IsOperational { get; }
Methods
C#
protected override void OnHandlerChanged()
Called when the native control is loaded.
C#
protected virtual void OnNativeControlLoaded()
Called when the native control is unloaded.
C#
protected virtual void OnNativeControlUnloaded()
C#
protected override void OnPropertyChanged(string propertyName = null)