Skip to content

Commit 6979ec9

Browse files
udpated code
1 parent 4b76601 commit 6979ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid)
44

55
Refer to the code example below, where the `AllowDeleting` property is set to True:
66

7-
## XAML
7+
#### XAML
88
This enables the capability to delete selected rows using the Delete key.
99

1010
```XML
@@ -13,6 +13,7 @@ This enables the capability to delete selected rows using the Delete key.
1313
AllowDeleting="True">
1414
</syncfusion:SfDataGrid>
1515
```
16+
#### C#
1617
```C#
1718
// Similar code as xaml
1819
datagrid.AllowDeleting = true;

0 commit comments

Comments
 (0)