Class RadView
Inheritance
System.Object
RadView
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadView : View, IView, IElement, ITransform
Constructors
RadView()
Declaration
protected RadView()
Properties
IsOperational
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()
Declaration
protected virtual void OnNativeControlLoaded()
OnNativeControlUnloaded()
Declaration
protected virtual void OnNativeControlUnloaded()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|