Class RadContentView
Represents a base content view for Telerik MAUI controls that provides common functionality and styling capabilities.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadContentView : ContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadContentView()
Fields
ActualStyleClassProperty
Identifies the ActualStyleClass property.
Declaration
public static readonly BindableProperty ActualStyleClassProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualStyleClass
Gets the actual style class applied to the control.
Declaration
public IList<string> ActualStyleClass { get; }
Property Value
System.Collections.Generic.IList<System.String>
A list of strings representing the style class names. |
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
Microsoft.Maui.Controls.Element
child
The child element that was added. |
OnChildRemoved(Element, Int32)
Called when a child element is removed from the control.
Declaration
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Parameters
Microsoft.Maui.Controls.Element
child
The child element that was removed. |
System.Int32
oldLogicalIndex
The old logical index of the child. |
OnHandlerChanged()
Called when the handler changes.
Declaration
protected override void OnHandlerChanged()