ClassRadCompositeContentView
Class
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:
cs-api-definition
public abstract class RadCompositeContentView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentView
Derived Classes:
Implements:
Inherited Members
Constructors
RadCompositeContentView()
Initializes a new instance of the RadCompositeContentView class.
Declaration
cs-api-definition
protected RadCompositeContentView()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
cs-api-definition
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
StyleProperty
Identifies the Style property.
Declaration
cs-api-definition
public static readonly BindableProperty StyleProperty
Field Value
BindableProperty
Properties
ControlTemplate
Gets or sets the ControlTemplate of the control.
Declaration
cs-api-definition
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()
OnBindingContextChanged()
Called when the binding context changes.
Declaration
cs-api-definition
protected override void OnBindingContextChanged()
Overrides
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName