Class
RadView

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

Implements: IElementITransformIView

Constructors

RadView()

Initializes a new instance of the RadView class.

Declaration

cs-api-definition
protected RadView()

Properties

IsOperational

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

Declaration

cs-api-definition
public virtual bool IsOperational { get; }

Property Value

bool

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

cs-api-definition
public virtual bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

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

string