RadContentView
Class
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:
C#
public class RadContentView : ContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentView
Derived Classes:
Implements:
Constructors
Initializes a new instance of the RadContentView class.
C#
public RadContentView()
Fields
ActualStyleClassProperty
BindableProperty
Identifies the ActualStyleClass property.
C#
public static readonly BindableProperty ActualStyleClassProperty
Methods
Called when the binding context changes.
C#
protected override void OnBindingContextChanged()
Called when a child element is added to the control.
C#
protected override void OnChildAdded(Element child)
The child element that was added.
Called when a child element is removed from the control.
C#
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
The child element that was removed.
oldLogicalIndexintThe old logical index of the child.
Called when the handler changes.
C#
protected override void OnHandlerChanged()