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

Represents a base content view for Telerik MAUI controls that provides common functionality and styling capabilities.

Definition

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

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

The child element that was removed.

oldLogicalIndexint

The old logical index of the child.

Called when the handler changes.

C#
protected override void OnHandlerChanged()