Class ContentPresenterUtils
A helper class that contains utility extensions for content presenter.
Inheritance
System.Object
ContentPresenterUtils
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public static class ContentPresenterUtils : Object
Fields
ContentProperty
Identifies the Content attached property.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Methods
GetContent(BindableObject)
Gets the Content of the bindable object.
Declaration
public static View GetContent(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|
Returns
Microsoft.Maui.Controls.View
|
SetContent(BindableObject, View)
Sets the Content for this bindable object.
Declaration
public static void SetContent(BindableObject bindable, View value)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|
Microsoft.Maui.Controls.View
value
|