Class
ContentPresenterUtils

A helper class that contains utility extensions for content presenter.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public static class ContentPresenterUtils

Inheritance: objectContentPresenterUtils

Fields

ContentProperty

Identifies the Content attached property.

Declaration

cs-api-definition
public static readonly BindableProperty ContentProperty

Field Value

BindableProperty

Methods

GetContent(BindableObject)

Gets the Content of the bindable object.

Declaration

cs-api-definition
public static View GetContent(BindableObject bindable)

Parameters

bindable

BindableObject

Returns

View

SetContent(BindableObject, View)

Sets the Content for this bindable object.

Declaration

cs-api-definition
public static void SetContent(BindableObject bindable, View value)

Parameters

bindable

BindableObject

value

View