Skip to content

Commit

Permalink
Add sample link. (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Jan 14, 2025
1 parent 6f195a2 commit 81423ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-interface/controls/contentview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ms.date: 08/30/2024

# ContentView

[![Browse sample.](~/media/code-sample.png) Browse the sample](/samples/dotnet/maui-samples/userinterface-contentview)

The .NET Multi-platform App UI (.NET MAUI) <xref:Microsoft.Maui.Controls.ContentView> is a control that enables the creation of custom, reusable controls.

The <xref:Microsoft.Maui.Controls.ContentView> class defines a `Content` property, of type <xref:Microsoft.Maui.Controls.View>, which represents the content of the <xref:Microsoft.Maui.Controls.ContentView>. This property is backed by a <xref:Microsoft.Maui.Controls.BindableProperty> object, which means that it can be the target of data bindings, and styled.
Expand Down

0 comments on commit 81423ce

Please sign in to comment.