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

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: DataPagerNavigationViewDataPagerPageSizesViewItemsEmptyViewPdfViewerSearchContentViewRadBorderContentViewRadInputViewRadNumericInput...

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

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; }

Style

Style

Gets or sets the Style of the control.

C#
public Style Style { get; set; }

Methods

C#
protected override void OnApplyTemplate()

Called when the binding context changes.

C#
protected override void OnBindingContextChanged()

Overrides: RadContentView.OnBindingContextChanged()

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring