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.
|
Methods
GetContent(BindableObject)
Gets the Content of the bindable object.
Declaration
public static View GetContent(BindableObject bindable)
Parameters
Microsoft.
|
Returns
Microsoft.
|
SetContent(BindableObject, View)
Sets the Content for this bindable object.
Declaration
public static void SetContent(BindableObject bindable, View value)
Parameters
Microsoft.
|
Microsoft.
|