ClassRadContentView
Represents a base content view for Telerik MAUI controls that provides common functionality and styling capabilities.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadContentView : ContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentView
Derived Classes:
Implements:
Constructors
RadContentView()
Initializes a new instance of the RadContentView class.
Declaration
public RadContentView()
Fields
ActualStyleClassProperty
Identifies the ActualStyleClass property.
Declaration
public static readonly BindableProperty ActualStyleClassProperty
Field Value
BindableProperty
Methods
OnBindingContextChanged()
Called when the binding context changes.
Declaration
protected override void OnBindingContextChanged()
OnChildAdded(Element)
Called when a child element is added to the control.
Declaration
protected override void OnChildAdded(Element child)
Parameters
child
Element
The child element that was added.
OnChildRemoved(Element, int)
Called when a child element is removed from the control.
Declaration
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Parameters
child
Element
The child element that was removed.
oldLogicalIndex
The old logical index of the child.
OnHandlerChanged()
Called when the handler changes.
Declaration
protected override void OnHandlerChanged()