Class
RadContentView

Represents a base content view for Telerik MAUI controls that provides common functionality and styling capabilities.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadContentView : ContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentView

Derived Classes: AIPromptRatingViewBadgeCardActionViewCardViewChatTimePickerRadChatPickerTimeBreakViewTypingIndicatorDataFormContentViewDataGridDistinctValuesFilterViewDataGridFilterControlBasePdfViewerSearchToastPdfViewerSelectionMenuPickerContentViewPickerDisplayViewPickerPlaceholderViewRadBorderRadChatRadCompositeContentViewRadRichTextEditorRadSlideViewRadSliderBaseSliderRangeTrackSliderThumbSliderTooltipSlideViewIndicatorSlideViewIndicatorItemTabViewContentBase

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Constructors

RadContentView()

Initializes a new instance of the RadContentView class.

Declaration

cs-api-definition
public RadContentView()

Fields

ActualStyleClassProperty

Identifies the ActualStyleClass property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualStyleClassProperty

Field Value

BindableProperty

Methods

OnBindingContextChanged()

Called when the binding context changes.

Declaration

cs-api-definition
protected override void OnBindingContextChanged()

OnChildAdded(Element)

Called when a child element is added to the control.

Declaration

cs-api-definition
protected override void OnChildAdded(Element child)

Parameters

child

Element

The child element that was added.

OnChildRemoved(Element, int)

Called when a child element is removed from the control.

Declaration

cs-api-definition
protected override void OnChildRemoved(Element child, int oldLogicalIndex)

Parameters

child

Element

The child element that was removed.

oldLogicalIndex

int

The old logical index of the child.

OnHandlerChanged()

Called when the handler changes.

Declaration

cs-api-definition
protected override void OnHandlerChanged()