Skip to content

Commit a8a69fd

Browse files
authored
Update viewappearance.md
1 parent 4a860cb commit a8a69fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/ListView/viewappearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class MainPage : ContentPage
103103

104104
## DisplayMemberPath
105105

106-
The `DisplayMemberPath]` property in the SfListView provides a simple and efficient way to display a specific property from business objects without creating custom item template. This feature is especially useful for simple lists where you want to display a single property without defining a custom template.
106+
The `DisplayMemberPath` property in the SfListView provides a simple and efficient way to display a specific property from business objects without creating custom item template. This feature is especially useful for simple lists where you want to display a single property without defining a custom template.
107107

108108
{% tabs %}
109109
{% highlight xaml tabtitle="MainPage.xaml" %}

0 commit comments

Comments
 (0)