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