You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/listview/overview.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@ The table below lists the ListView parameters. For a full list of the ListView A
106
106
|`Page`|`int` <br /> (`1`) | The current page of the ListView component. |
107
107
|`Pageable`|`bool` <br /> (`false`) | Determines if the ListView allows paging. |
108
108
|`PageSize`|`int` <br /> (`10`) | The number of items to display per page in the ListView. |
109
-
|`TItem`|`Type`| The ListView model type. Although the compiler can usually infer the type from the `Data` parameter, you can set `TItem` for [simpler syntax in the event handler declarations]({%slug listview-events%}). |
110
109
|`Width`|`string`| The `width` style of the component in any [supported CSS unit]({%slug common-features/dimensions%}). The default ListView dimensions depend on the CSS theme. |
0 commit comments