New to Telerik UI for .NET MAUIStart a free 30-day trial

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: RadChartBaseRadLegendRadItemsControlRadScrollViewRadSideDrawer

Implements: IElementITransformIView

Constructors

Initializes a new instance of the RadView class.

C#
protected RadView()

Properties

Gets a value indicating whether the view is operational and ready to use.

C#
public virtual bool IsOperational { get; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public virtual bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

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)
Parameters:propertyNamestring