Class RadContentView
Inheritance
System.Object
RadContentView
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadContentView : ContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadContentView()
Declaration
public RadContentView()
Fields
ActualStyleClassProperty
Declaration
public static readonly BindableProperty ActualStyleClassProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualStyleClass
Declaration
public IList<string> ActualStyleClass { get; }
Property Value
System.Collections.Generic.IList<System.String>
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element child)
Parameters
Microsoft.Maui.Controls.Element
child
|
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Parameters
Microsoft.Maui.Controls.Element
child
|
System.Int32
oldLogicalIndex
|
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()