Class RadCompositeContentView
Base abstract class for all composite controls based on custom ControlTemplates and custom Styles.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadCompositeContentView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadCompositeContentView()
Declaration
protected RadCompositeContentView()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ControlTemplate
Gets or sets the ControlTemplate of the control.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
Style
Gets or sets the Style of the control.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
Overrides
OnHandlerChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|