Base abstract class for all composite controls based on custom ControlTemplates and custom Styles.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class RadCompositeContentView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentView
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCompositeContentView class.
C#
protected RadCompositeContentView()
Fields
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
C#
public static readonly BindableProperty ControlTemplateProperty
StyleProperty
BindableProperty
Identifies the Style property.
C#
public static readonly BindableProperty StyleProperty
Properties
ControlTemplate
ControlTemplate
Gets or sets the ControlTemplate of the control.
C#
public ControlTemplate ControlTemplate { get; set; }
Methods
C#
protected override void OnApplyTemplate()
Called when the binding context changes.
C#
protected override void OnBindingContextChanged()
Overrides:
C#
protected override void OnPropertyChanged(string propertyName = null)